|
|
@ -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();
|
|
|
|