mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Enable status bar animations
This commit is contained in:
@@ -400,7 +400,7 @@ open class ItemListController: ViewController, KeyShortcutResponder, Presentable
|
||||
strongSelf.theme = controllerState.theme
|
||||
|
||||
strongSelf.navigationBar?.updatePresentationData(NavigationBarPresentationData(theme: NavigationBarTheme(rootControllerTheme: strongSelf.theme), strings: NavigationBarStrings(presentationStrings: strongSelf.strings)))
|
||||
strongSelf.statusBar.statusBarStyle = strongSelf.theme.rootController.statusBarStyle.style
|
||||
strongSelf.statusBar.updateStatusBarStyle(strongSelf.theme.rootController.statusBarStyle.style, animated: true)
|
||||
|
||||
strongSelf.segmentedTitleView?.theme = controllerState.theme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user