Fixed status bar color

pull/215/head
M66B 7 months ago
parent 84d5610039
commit 231e182e02

@ -255,10 +255,9 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
EdgeToEdge.enable(this);
boolean dark = Helper.isDarkTheme(this);
WindowInsetsControllerCompat controller = WindowCompat.getInsetsController(window, window.getDecorView());
controller.setAppearanceLightStatusBars(!dark);
controller.setAppearanceLightNavigationBars(!dark);
controller.setAppearanceLightStatusBars(false);
controller.setAppearanceLightNavigationBars(false);
}
String requestKey = getRequestKey();

Loading…
Cancel
Save