mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
UI improvements
This commit is contained in:
@@ -435,6 +435,7 @@ final class AvatarEditorScreenComponent: Component {
|
||||
collapsedLineCount: nil,
|
||||
displayPremiumBadges: false,
|
||||
headerItem: nil,
|
||||
fillWithLoadingPlaceholders: false,
|
||||
items: emojiItems
|
||||
)
|
||||
)
|
||||
@@ -454,6 +455,7 @@ final class AvatarEditorScreenComponent: Component {
|
||||
collapsedLineCount: nil,
|
||||
displayPremiumBadges: false,
|
||||
headerItem: nil,
|
||||
fillWithLoadingPlaceholders: false,
|
||||
items: stickerItems
|
||||
)
|
||||
)
|
||||
@@ -510,6 +512,7 @@ final class AvatarEditorScreenComponent: Component {
|
||||
collapsedLineCount: nil,
|
||||
displayPremiumBadges: false,
|
||||
headerItem: nil,
|
||||
fillWithLoadingPlaceholders: false,
|
||||
items: items
|
||||
)], isFinalResult))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user