Enable status bar animations

This commit is contained in:
Peter
2019-10-25 23:07:54 +04:00
parent 842ef1331b
commit 15f775ba50
6 changed files with 55 additions and 25 deletions

View File

@@ -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