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

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

Merge "Closes PiP menu on device lock"

parents e02f88bc 9cdf4522
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -247,6 +247,9 @@ public class PipMenuActivity extends Activity {
    protected void onStop() {
        super.onStop();

        // In cases such as device lock, hide and finish it so that it can be recreated on the top
        // next time it starts, see also {@link #onUserLeaveHint}
        hideMenu();
        cancelDelayedFinish();
    }