Various improvements

This commit is contained in:
Ali
2023-04-14 18:59:33 +04:00
parent 014ee47a95
commit cfe7f43e0d
33 changed files with 430 additions and 85 deletions

View File

@@ -377,7 +377,8 @@ class StickerPickerScreen: ViewController {
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: false,
hideBackground: true
hideBackground: true,
stateContext: nil
)
content.masks?.inputInteractionHolder.inputInteraction = EmojiPagerContentComponent.InputInteraction(
@@ -455,7 +456,8 @@ class StickerPickerScreen: ViewController {
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: false,
hideBackground: true
hideBackground: true,
stateContext: nil
)
var stickerPeekBehavior: EmojiContentPeekBehaviorImpl?
@@ -580,7 +582,8 @@ class StickerPickerScreen: ViewController {
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: false,
hideBackground: true
hideBackground: true,
stateContext: nil
)
if let (layout, navigationHeight) = self.currentLayout {