mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Enable focused project generation
This commit is contained in:
@@ -643,6 +643,8 @@ open class NavigationController: UINavigationController, ContainableController,
|
||||
visibleModalCount = 0
|
||||
}
|
||||
if previousModalContainer == nil {
|
||||
topModalIsFlat = modalContainer.isFlat
|
||||
|
||||
topModalDismissProgress = modalContainer.dismissProgress
|
||||
if case .compact = layout.metrics.widthClass {
|
||||
modalContainer.keyboardViewManager = self.keyboardViewManager
|
||||
@@ -665,8 +667,6 @@ open class NavigationController: UINavigationController, ContainableController,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
topModalIsFlat = modalContainer.isFlat
|
||||
}
|
||||
|
||||
switch navigationLayout.root {
|
||||
|
||||
Reference in New Issue
Block a user