mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Sticker editor
This commit is contained in:
@@ -462,6 +462,7 @@ public final class EmojiStatusSelectionController: ViewController {
|
||||
},
|
||||
clearGroup: { groupId in
|
||||
},
|
||||
editAction: { _ in },
|
||||
pushController: { c in
|
||||
},
|
||||
presentController: { c in
|
||||
@@ -584,6 +585,7 @@ public final class EmojiStatusSelectionController: ViewController {
|
||||
isPremiumLocked: false,
|
||||
isEmbedded: false,
|
||||
hasClear: false,
|
||||
hasEdit: false,
|
||||
collapsedLineCount: nil,
|
||||
displayPremiumBadges: false,
|
||||
headerItem: nil,
|
||||
@@ -639,6 +641,7 @@ public final class EmojiStatusSelectionController: ViewController {
|
||||
isPremiumLocked: false,
|
||||
isEmbedded: false,
|
||||
hasClear: false,
|
||||
hasEdit: false,
|
||||
collapsedLineCount: nil,
|
||||
displayPremiumBadges: false,
|
||||
headerItem: nil,
|
||||
@@ -671,6 +674,7 @@ public final class EmojiStatusSelectionController: ViewController {
|
||||
isPremiumLocked: false,
|
||||
isEmbedded: false,
|
||||
hasClear: false,
|
||||
hasEdit: false,
|
||||
collapsedLineCount: nil,
|
||||
displayPremiumBadges: false,
|
||||
headerItem: nil,
|
||||
|
||||
Reference in New Issue
Block a user