mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-02 17:55:42 +00:00
Fixed status bar color on older Android versions
This commit is contained in:
parent
f0ba5953e0
commit
74dc7fa801
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||||
WindowInsetsControllerCompat controller = WindowCompat.getInsetsController(window, window.getDecorView());
|
WindowInsetsControllerCompat controller = WindowCompat.getInsetsController(window, window.getDecorView());
|
||||||
controller.setAppearanceLightStatusBars(false);
|
controller.setAppearanceLightStatusBars(false);
|
||||||
controller.setAppearanceLightNavigationBars(false);
|
controller.setAppearanceLightNavigationBars(false);
|
||||||
window.setNavigationBarColor(ColorUtils.setAlphaComponent(colorPrimaryDark, 128));
|
window.setNavigationBarColor(Color.TRANSPARENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
String requestKey = getRequestKey();
|
String requestKey = getRequestKey();
|
||||||
|
|
Loading…
Reference in a new issue