mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -911,7 +911,8 @@ public class StickerPickerScreen: ViewController {
|
||||
externalExpansionView: nil,
|
||||
useOpaqueTheme: false,
|
||||
hideBackground: true,
|
||||
stateContext: nil
|
||||
stateContext: nil,
|
||||
addImage: nil
|
||||
)
|
||||
|
||||
var stickerPeekBehavior: EmojiContentPeekBehaviorImpl?
|
||||
@@ -1168,7 +1169,10 @@ public class StickerPickerScreen: ViewController {
|
||||
externalExpansionView: nil,
|
||||
useOpaqueTheme: false,
|
||||
hideBackground: true,
|
||||
stateContext: nil
|
||||
stateContext: nil,
|
||||
addImage: {
|
||||
|
||||
}
|
||||
)
|
||||
|
||||
if let (layout, navigationHeight) = self.currentLayout {
|
||||
|
||||
Reference in New Issue
Block a user