Fixed white navigation bar

This commit is contained in:
Prathamesh More 2022-01-21 17:57:04 +05:30
parent 5f8ba985a3
commit 1c94e4d18a
2 changed files with 8 additions and 3 deletions

View file

@ -36,10 +36,10 @@ abstract class AbsThemeActivity : ATHToolbarActivity(), Runnable {
private val handler = Handler()
override fun onCreate(savedInstanceState: Bundle?) {
setEdgeToEdgeOrImmersive()
updateTheme()
hideStatusBar()
super.onCreate(savedInstanceState)
setEdgeToEdgeOrImmersive()
registerSystemUiVisibility()
toggleScreenOn()
setLightNavigationBarAuto()