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

Commit 338bfb7b authored by Jerry Chang's avatar Jerry Chang Committed by Automerger Merge Worker
Browse files

Merge "Make sure system bars have visible background while force-showing" into...

Merge "Make sure system bars have visible background while force-showing" into tm-qpr-dev am: b11f679d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19193687



Change-Id: Icbf6a52c98e8f0f6245594daee7f0502698d46f2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2b50e937 b11f679d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1440,7 +1440,8 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind
            int size, boolean verticalBar, boolean seascape, int sideMargin, boolean animate,
            boolean force, WindowInsetsController controller) {
        state.present = state.attributes.isPresent(
                        controller.isRequestedVisible(state.attributes.insetsType),
                (controller.isRequestedVisible(state.attributes.insetsType)
                        || mLastShouldAlwaysConsumeSystemBars),
                mWindow.getAttributes().flags, force);
        boolean show = state.attributes.isVisible(state.present, color,
                mWindow.getAttributes().flags, force);