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

Commit 6f525258 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Allow bar to be transparent during animating." into qt-qpr1-dev

parents fab553bc 44f50d48
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -164,7 +164,8 @@ public class BarController {
    }

    boolean isTransparentAllowed(WindowState win) {
        return win == null || !win.isLetterboxedOverlappingWith(mContentFrame);
        return win == null || mState == StatusBarManager.WINDOW_STATE_HIDING
                || !win.isLetterboxedOverlappingWith(mContentFrame);
    }

    boolean setBarShowingLw(final boolean show) {