Fix status bar color after closing a BottomSheet (#2105)

This commit is contained in:
Timur Erofeev 2025-01-30 15:28:21 +05:00 committed by GitHub
parent 376c8b37b9
commit d67e63a5a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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