Stickers Import Improvements

This commit is contained in:
Ilya Laktyushin
2021-06-18 15:15:36 +03:00
parent 437cd445d1
commit 0c246e83b6
11 changed files with 4285 additions and 4238 deletions

View File

@@ -74,7 +74,8 @@ public final class ImportStickerPackController: ViewController, StandalonePresen
self.controllerNode.presentInGlobalOverlay = { [weak self] controller, arguments in
self?.presentInGlobalOverlay(controller, with: arguments)
}
self.controllerNode.navigationController = self.parentNavigationController
Queue.mainQueue().after(0.1) {
self.controllerNode.updateStickerPack(self.stickerPack)
}