Various fixes

This commit is contained in:
Ilya Laktyushin
2023-07-06 21:28:29 +02:00
parent 7b9836682d
commit a4297cf1c5
27 changed files with 577 additions and 200 deletions

View File

@@ -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 {