mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -168,6 +168,10 @@ final class AuthorizedApplicationContext {
|
||||
self.notificationController = NotificationContainerController(context: context)
|
||||
|
||||
self.rootController = TelegramRootController(context: context)
|
||||
self.rootController.minimizedContainer = self.sharedApplicationContext.minimizedContainer
|
||||
self.rootController.minimizedContainerUpdated = { [weak self] minimizedContainer in
|
||||
self?.sharedApplicationContext.minimizedContainer = minimizedContainer
|
||||
}
|
||||
|
||||
self.rootController.globalOverlayControllersUpdated = { [weak self] in
|
||||
guard let strongSelf = self else {
|
||||
|
||||
Reference in New Issue
Block a user