Fix archived stickers bulk editing

This commit is contained in:
Ilya Laktyushin
2023-03-02 18:28:27 +04:00
parent 3e24416699
commit 400f11294d
5 changed files with 259 additions and 97 deletions

View File

@@ -1239,7 +1239,7 @@ public func installedStickerPacksController(context: AccountContext, mode: Insta
return controller
}
private class StickersToolbarItem: ItemListToolbarItem {
class StickersToolbarItem: ItemListToolbarItem {
private let selectedCount: Int32
init(selectedCount: Int32, actions: [Action]) {