Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2023-01-21 16:05:20 +04:00
72 changed files with 3238 additions and 1124 deletions

View File

@@ -365,7 +365,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))
@@ -442,7 +442,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))
@@ -566,7 +566,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))