mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various settings UI improvements
This commit is contained in:
@@ -262,6 +262,12 @@ public final class CallListController: TelegramBaseController {
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
if case .navigation = self.mode {
|
||||
self.controllerNode.navigationBar = self.navigationBar
|
||||
self.navigationBar?.updateBackgroundAlpha(0.0, transition: .immediate)
|
||||
}
|
||||
|
||||
self.controllerNode.startNewCall = { [weak self] in
|
||||
self?.beginCallImpl()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user