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

Commit 064bcf7c authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

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

* commit '5e5c78a6a6edeab3bb06a7dafec479c1d92f040e':
  Additional check to determine insets for recents animation
parents 869377d2 8f2152c0
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) {