Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e52825eb authored by Yunfan Chen's avatar Yunfan Chen Committed by android-build-merger
Browse files

Merge "Do not hide caption for hiding navigation bar flag" into qt-dev

am: aae9d6c7

Change-Id: I7d101eaf4d63f45dd80415be531c6346e45efb37
parents 34ef876b aae9d6c7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1958,8 +1958,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind
        final boolean isFullscreen = config.windowConfiguration.getWindowingMode()
                == WindowConfiguration.WINDOWING_MODE_FULLSCREEN;
        return isFullscreen && (0 != ((getWindowSystemUiVisibility() | getSystemUiVisibility())
                & (View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
                | View.SYSTEM_UI_FLAG_IMMERSIVE | View.SYSTEM_UI_FLAG_LOW_PROFILE)));
                & View.SYSTEM_UI_FLAG_FULLSCREEN));
    }

    private void updateDecorCaptionStatus(Configuration config) {