Merge commit '443d0293f65535fcf4bfc606463dfc65a9649e3e'

# Conflicts:
#	submodules/TelegramUI/Components/EntityKeyboard/Sources/EmojiPagerContentComponent.swift
This commit is contained in:
Ali
2023-01-23 14:38:12 +04:00
17 changed files with 142 additions and 48 deletions

View File

@@ -1120,6 +1120,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
},
updateScrollingToItemGroup: {
},
onScroll: {},
chatPeerId: chatPeerId,
peekBehavior: stickerPeekBehavior,
customLayout: nil,
@@ -1390,6 +1391,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
},
updateScrollingToItemGroup: {
},
onScroll: {},
chatPeerId: chatPeerId,
peekBehavior: stickerPeekBehavior,
customLayout: nil,
@@ -2216,6 +2218,7 @@ public final class EntityInputView: UIInputView, AttachmentTextInputPanelInputVi
},
updateScrollingToItemGroup: {
},
onScroll: {},
chatPeerId: nil,
peekBehavior: nil,
customLayout: nil,