link issue
This commit is contained in:
parent
4b003d90ab
commit
d01d4d0d2e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ internal fun Theme(
|
|||
}
|
||||
|
||||
SideEffect {
|
||||
systemUiController.setNavigationBarColor(Color.Transparent, darkIcons = !isSystemInDarkTheme)
|
||||
systemUiController.setNavigationBarColor(Color.Transparent, darkIcons = !isSystemInDarkTheme) //https://github.com/google/accompanist/issues/1699
|
||||
}
|
||||
|
||||
SideEffect {
|
||||
|
|
Loading…
Reference in a new issue