mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
Fix status bar color after closing a BottomSheet (#2105)
This commit is contained in:
parent
376c8b37b9
commit
d67e63a5a0
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ private fun BottomSheetWrapper(
|
|||
systemUiController.setNavigationBarColor(navigationbarColor, darkIcons = true)
|
||||
onDispose {
|
||||
systemUiController.setNavigationBarColor(navigationbarColor, darkIcons = false)
|
||||
systemUiController.setStatusBarColor(statusBarColor.copy(alpha = 0.3f), darkIcons = true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue