mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fixed chat action buttons color when custom wallpaper is applied
This commit is contained in:
@@ -72,6 +72,10 @@ enum PresentationResourceKey: Int32 {
|
||||
|
||||
case chatPrincipalThemeEssentialGraphicsWithWallpaper
|
||||
case chatPrincipalThemeEssentialGraphicsWithoutWallpaper
|
||||
|
||||
case chatPrincipalThemeAdditionalGraphicsWithCustomWallpaper
|
||||
case chatPrincipalThemeAdditionalGraphicsWithDefaultWallpaper
|
||||
|
||||
case chatBubbleVerticalLineIncomingImage
|
||||
case chatBubbleVerticalLineOutgoingImage
|
||||
case chatServiceVerticalLineImage
|
||||
@@ -85,9 +89,6 @@ enum PresentationResourceKey: Int32 {
|
||||
case chatBubbleConsumableContentOutgoingIcon
|
||||
case chatMediaConsumableContentIcon
|
||||
|
||||
case chatBubbleShareButtonImage
|
||||
case chatBubbleNavigateButtonImage
|
||||
|
||||
case chatBubbleMediaOverlayControlSecret
|
||||
|
||||
case chatBubbleSecretMediaIcon
|
||||
@@ -98,16 +99,6 @@ enum PresentationResourceKey: Int32 {
|
||||
|
||||
case chatUnreadBarBackgroundImage
|
||||
|
||||
case chatBubbleActionButtonIncomingMiddleImage
|
||||
case chatBubbleActionButtonIncomingBottomLeftImage
|
||||
case chatBubbleActionButtonIncomingBottomRightImage
|
||||
case chatBubbleActionButtonIncomingBottomSingleImage
|
||||
|
||||
case chatBubbleActionButtonOutgoingMiddleImage
|
||||
case chatBubbleActionButtonOutgoingBottomLeftImage
|
||||
case chatBubbleActionButtonOutgoingBottomRightImage
|
||||
case chatBubbleActionButtonOutgoingBottomSingleImage
|
||||
|
||||
case chatBubbleFileCloudFetchMediaIcon
|
||||
case chatBubbleFileCloudFetchIncomingIcon
|
||||
case chatBubbleFileCloudFetchOutgoingIcon
|
||||
|
||||
Reference in New Issue
Block a user