mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Fixed status bar color
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user