This commit is contained in:
Ali
2023-01-19 17:50:17 +04:00
parent 7cea72619c
commit dac58e50b3
34 changed files with 2317 additions and 930 deletions

View File

@@ -352,7 +352,7 @@ class StickerPickerScreen: ViewController {
},
requestUpdate: { _ in
},
updateSearchQuery: { _, _ in
updateSearchQuery: { _ in
},
updateScrollingToItemGroup: { [weak self] in
self?.update(isExpanded: true, transition: .animated(duration: 0.4, curve: .spring))
@@ -429,7 +429,7 @@ class StickerPickerScreen: ViewController {
},
requestUpdate: { _ in
},
updateSearchQuery: { _, _ in
updateSearchQuery: { _ in
},
updateScrollingToItemGroup: { [weak self] in
self?.update(isExpanded: true, transition: .animated(duration: 0.4, curve: .spring))
@@ -553,7 +553,7 @@ class StickerPickerScreen: ViewController {
},
requestUpdate: { _ in
},
updateSearchQuery: { _, _ in
updateSearchQuery: { _ in
},
updateScrollingToItemGroup: { [weak self] in
self?.update(isExpanded: true, transition: .animated(duration: 0.4, curve: .spring))