UI improvements

This commit is contained in:
Ali
2022-09-21 18:26:40 +02:00
parent fe726400fd
commit ae8931c474
4 changed files with 71 additions and 57 deletions

View File

@@ -1123,7 +1123,7 @@ final class ChatEntityKeyboardInputNode: ChatInputNode {
},
requestUpdate: { _ in
},
updateSearchQuery: { _ in
updateSearchQuery: { _, _ in
},
chatPeerId: chatPeerId,
peekBehavior: nil,
@@ -1327,7 +1327,7 @@ final class ChatEntityKeyboardInputNode: ChatInputNode {
},
requestUpdate: { _ in
},
updateSearchQuery: { _ in
updateSearchQuery: { _, _ in
},
chatPeerId: chatPeerId,
peekBehavior: stickerPeekBehavior,
@@ -2053,7 +2053,7 @@ final class EntityInputView: UIView, AttachmentTextInputPanelInputView, UIInputV
},
requestUpdate: { _ in
},
updateSearchQuery: { _ in
updateSearchQuery: { _, _ in
},
chatPeerId: nil,
peekBehavior: nil,