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

Commit 04a98dba authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am 601def51: am a7878cc0: am 5e5c78a6: Merge "Additional check to determine...

am 601def51: am a7878cc0: am 5e5c78a6: Merge "Additional check to determine insets for recents animation" into lmp-dev

* commit '601def5121051dca7dce12c6dda545d3d4e2e42d':
  Additional check to determine insets for recents animation
parents 57243dcb 1bc255cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3356,7 +3356,8 @@ public class WindowManagerService extends IWindowManager.Stub
                }
                isFullScreen =
                        ((win.mSystemUiVisibility & SYSTEM_UI_FLAGS_LAYOUT_STABLE_FULLSCREEN) ==
                                SYSTEM_UI_FLAGS_LAYOUT_STABLE_FULLSCREEN);
                                SYSTEM_UI_FLAGS_LAYOUT_STABLE_FULLSCREEN) ||
                                ((win.mAttrs.flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0);
            }

            if (atoken.mLaunchTaskBehind) {