Various improvements

This commit is contained in:
Ilya Laktyushin
2022-05-13 05:30:49 +04:00
parent 81f179be9d
commit 29aff4a8a6
36 changed files with 608 additions and 161 deletions

View File

@@ -130,12 +130,6 @@ public final class TelegramRootController: NavigationController {
self.accountSettingsController = accountSettingsController
self.rootTabController = tabBarController
self.pushViewController(tabBarController, animated: false)
// Queue.mainQueue().after(1.0) {
//// let screen = PremiumLimitScreen(context: self.context, subject: .pins, action: {})
// let screen = PremiumIntroScreen(context: self.context, action: {})
// self.chatListController?.push(screen)
// }
}
public func updateRootControllers(showCallsTab: Bool) {