[WIP] Stickers editor

This commit is contained in:
Ilya Laktyushin
2024-04-11 20:35:25 +04:00
parent 09a0192816
commit d9f010a806
9 changed files with 97 additions and 43 deletions

View File

@@ -226,11 +226,6 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
self.accountSettingsController = accountSettingsController
self.rootTabController = tabBarController
self.pushViewController(tabBarController, animated: false)
// Queue.mainQueue().after(0.3) {
// let controller = self.context.sharedContext.makeStickerEditorScreen(context: self.context, source: nil, transitionArguments: nil, completion: { _ , _ in })
// self.chatListController?.push(controller)
// }
}
public func updateRootControllers(showCallsTab: Bool) {