mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various Fixes
This commit is contained in:
@@ -763,6 +763,7 @@ final class AuthorizedApplicationContext {
|
||||
self.rootController.setForceInCallStatusBar((self.context.sharedContext as! SharedAccountContextImpl).currentCallStatusBarNode)
|
||||
if let groupCallController = self.context.sharedContext.currentGroupCallController as? VoiceChatController {
|
||||
if let overlayController = groupCallController.currentOverlayController {
|
||||
groupCallController.parentNavigationController = self.rootController
|
||||
self.rootController.presentOverlay(controller: overlayController, inGlobal: true, blockInteraction: false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user