Reaction improvements

This commit is contained in:
Ali
2022-09-06 01:13:48 +04:00
parent 36e6a73b3b
commit 3095a6eb6e
5 changed files with 87 additions and 4 deletions

View File

@@ -1105,6 +1105,7 @@ final class ChatEntityKeyboardInputNode: ChatInputNode {
peekBehavior: nil,
customLayout: nil,
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: false
)
@@ -1310,6 +1311,7 @@ final class ChatEntityKeyboardInputNode: ChatInputNode {
peekBehavior: stickerPeekBehavior,
customLayout: nil,
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: false
)
@@ -2020,6 +2022,7 @@ final class EntityInputView: UIView, AttachmentTextInputPanelInputView, UIInputV
peekBehavior: nil,
customLayout: nil,
externalBackground: nil,
externalExpansionView: nil,
useOpaqueTheme: false
)