mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -20,6 +20,7 @@ public enum PresentationResourceKey: Int32 {
|
||||
case navigationShareIcon
|
||||
case navigationSearchIcon
|
||||
case navigationCompactSearchIcon
|
||||
case navigationMoreIcon
|
||||
case navigationAddIcon
|
||||
case navigationPlayerCloseButton
|
||||
|
||||
@@ -80,12 +81,6 @@ public enum PresentationResourceKey: Int32 {
|
||||
case chatTitleLockIcon
|
||||
case chatTitleMuteIcon
|
||||
|
||||
case chatPrincipalThemeEssentialGraphicsWithWallpaper
|
||||
case chatPrincipalThemeEssentialGraphicsWithoutWallpaper
|
||||
|
||||
case chatPrincipalThemeAdditionalGraphicsWithCustomWallpaper
|
||||
case chatPrincipalThemeAdditionalGraphicsWithDefaultWallpaper
|
||||
|
||||
case chatBubbleVerticalLineIncomingImage
|
||||
case chatBubbleVerticalLineOutgoingImage
|
||||
|
||||
@@ -236,4 +231,9 @@ public enum PresentationResourceParameterKey: Hashable {
|
||||
case chatListBadgeBackgroundMention(CGFloat)
|
||||
case chatListBadgeBackgroundInactiveMention(CGFloat)
|
||||
case chatListBadgeBackgroundPinned(CGFloat)
|
||||
|
||||
case chatBubbleMediaCorner(incoming: Bool, mainRadius: CGFloat, inset: CGFloat)
|
||||
|
||||
case chatPrincipalThemeEssentialGraphics(hasWallpaper: Bool, bubbleCorners: PresentationChatBubbleCorners)
|
||||
case chatPrincipalThemeAdditionalGraphics(isCustomWallpaper: Bool, bubbleCorners: PresentationChatBubbleCorners)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user