mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user