mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Bubble handling improvements
This commit is contained in:
@@ -78,9 +78,6 @@ public enum PresentationResourceKey: Int32 {
|
||||
case chatTitleLockIcon
|
||||
case chatTitleMuteIcon
|
||||
|
||||
case chatPrincipalThemeAdditionalGraphicsWithCustomWallpaper
|
||||
case chatPrincipalThemeAdditionalGraphicsWithDefaultWallpaper
|
||||
|
||||
case chatBubbleVerticalLineIncomingImage
|
||||
case chatBubbleVerticalLineOutgoingImage
|
||||
|
||||
@@ -235,4 +232,5 @@ public enum PresentationResourceParameterKey: Hashable {
|
||||
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