mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -88,6 +88,15 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
|
||||
|
||||
private var applicationInFocusDisposable: Disposable?
|
||||
private var storyUploadEventsDisposable: Disposable?
|
||||
|
||||
override public var minimizedContainer: MinimizedContainer? {
|
||||
didSet {
|
||||
self.minimizedContainer?.navigationController = self
|
||||
self.minimizedContainerUpdated(self.minimizedContainer)
|
||||
}
|
||||
}
|
||||
|
||||
public var minimizedContainerUpdated: (MinimizedContainer?) -> Void = { _ in }
|
||||
|
||||
public init(context: AccountContext) {
|
||||
self.context = context
|
||||
|
||||
Reference in New Issue
Block a user