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

@@ -686,7 +686,8 @@ final class AvatarEditorScreenComponent: Component {
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: true,
hideBackground: true
hideBackground: true,
stateContext: nil
)
data.stickers?.inputInteractionHolder.inputInteraction = EmojiPagerContentComponent.InputInteraction(
@@ -813,7 +814,8 @@ final class AvatarEditorScreenComponent: Component {
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: true,
hideBackground: true
hideBackground: true,
stateContext: nil
)
self.state?.updated(transition: .immediate)