UI improvements

This commit is contained in:
Ali
2022-09-09 21:34:27 +04:00
parent e61ae3c0b3
commit 64b1eab732
24 changed files with 675 additions and 122 deletions

View File

@@ -146,6 +146,7 @@ public final class EmojiStatusSelectionComponent: Component {
component: AnyComponent(EntityKeyboardComponent(
theme: component.theme,
strings: component.strings,
isContentInFocus: true,
containerInsets: UIEdgeInsets(top: topPanelHeight - 34.0, left: 0.0, bottom: 0.0, right: 0.0),
topPanelInsets: UIEdgeInsets(top: 0.0, left: 4.0, bottom: 0.0, right: 4.0),
emojiContent: component.emojiContent,
@@ -340,6 +341,8 @@ public final class EmojiStatusSelectionController: ViewController {
navigationController: {
return nil
},
requestUpdate: { _ in
},
sendSticker: nil,
chatPeerId: nil,
peekBehavior: nil,