Fixed darker 3-button navigation bar color

This commit is contained in:
M66B 2024-06-01 10:16:16 +02:00
parent 17e3ca9602
commit 3506df509e
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
controller.setAppearanceLightStatusBars(false);
controller.setAppearanceLightNavigationBars(false);
window.setNavigationBarColor(Color.TRANSPARENT);
window.setNavigationBarContrastEnforced(false);
}
String requestKey = getRequestKey();