Skip to content

Commit 8d348db

Browse files
Update src/plugins/system/android/com/foxdebug/system/System.java
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent e39691f commit 8d348db

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/system/android/com/foxdebug/system

1 file changed

+1
-1
lines changed

src/plugins/system/android/com/foxdebug/system/System.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ private void applySystemBarTheme() {
17301730
// Keep Cordova's BackgroundColor flow for API 36+, but also apply the
17311731
// window colors directly so OEM variants do not leave stale system-bar
17321732
// colors behind after a theme switch.
1733-
window.clearFlags(0x04000000); // FLAG_TRANSLUCENT_STATUS
1733+
window.clearFlags(0x04000000 | 0x08000000); // FLAG_TRANSLUCENT_STATUS | FLAG_TRANSLUCENT_NAVIGATION
17341734
window.addFlags(0x80000000); // FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS
17351735

17361736
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {

0 commit comments

Comments
 (0)