diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt index f0dc23448..ff1043e4c 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt @@ -542,7 +542,9 @@ fun AmethystTheme( insets.isAppearanceLightNavigationBars = !darkTheme insets.isAppearanceLightStatusBars = !darkTheme + @Suppress("DEPRECATION") window.statusBarColor = colors.transparentBackground.toArgb() + @Suppress("DEPRECATION") window.navigationBarColor = colors.transparentBackground.toArgb() view.setBackgroundColor(colors.background.toArgb())