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

Commit de0ecdec 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

am: 9af8f27e

Change-Id: I510e2df0d5f55df6f2f3864273fec2b07844ba45
parents 35cdba92 9af8f27e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2219,11 +2219,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;
        }