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

@@ -370,6 +370,7 @@ class StickerPickerScreen: ViewController {
updateScrollingToItemGroup: { [weak self] in
self?.update(isExpanded: true, transition: .animated(duration: 0.4, curve: .spring))
},
onScroll: {},
chatPeerId: nil,
peekBehavior: nil,
customLayout: nil,
@@ -447,6 +448,7 @@ class StickerPickerScreen: ViewController {
updateScrollingToItemGroup: { [weak self] in
self?.update(isExpanded: true, transition: .animated(duration: 0.4, curve: .spring))
},
onScroll: {},
chatPeerId: nil,
peekBehavior: nil,
customLayout: nil,
@@ -571,6 +573,7 @@ class StickerPickerScreen: ViewController {
updateScrollingToItemGroup: { [weak self] in
self?.update(isExpanded: true, transition: .animated(duration: 0.4, curve: .spring))
},
onScroll: {},
chatPeerId: nil,
peekBehavior: stickerPeekBehavior,
customLayout: nil,