Skip to content

Commit

Permalink
Fix status bar color after closing a BottomSheet (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
terofeev authored Jan 30, 2025
1 parent 376c8b3 commit d67e63a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit d67e63a

Please sign in to comment.