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

Commit 90c34895 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents f4472b65 f14e93e4
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;
        }