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

Commit 1bc255cd authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am a7878cc0: am 5e5c78a6: Merge "Additional check to determine insets for...

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

* commit 'a7878cc0b5914f314027fc8f189aacc5ef6ee3f4':
  Additional check to determine insets for recents animation
parents 2ae32f08 064bcf7c
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) {