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

Commit 9af8f27e authored by lei.xa.liu's avatar lei.xa.liu Committed by android-build-merger
Browse files

Merge "Remove redundant lockscreen shown check" into oc-dev

am: 90c34895

Change-Id: I77f82bcd38a0cb16226d58a5731c76a630c7e3be
parents a805e2cc 90c34895
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2212,11 +2212,6 @@ final class TaskRecord extends ConfigurationContainer implements TaskWindowConta

    /** Returns the bounds that should be used to launch this task. */
    Rect getLaunchBounds() {
        // If we're over lockscreen, forget about stack bounds and use fullscreen.
        if (mService.mStackSupervisor.mKeyguardController.isKeyguardShowing()) {
            return null;
        }

        if (mStack == null) {
            return null;
        }