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

Commit 7289c0a9 authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

Merge "Workaround issue with pip overlay not hiding cleanly." into oc-dev

am: 99a885b5

Change-Id: I867ea37ccf803f8e43b2a2a1c2b5099f2711a4d8
parents 6e566cda 99a885b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -223,9 +223,9 @@ public class PipMenuActivity extends Activity {
    protected void onUserLeaveHint() {
        super.onUserLeaveHint();

        // If another task is starting on top of the menu, then finish it so that it can be
        // If another task is starting on top of the menu, then hide and finish it so that it can be
        // recreated on the top next time it starts
        finish();
        hideMenu();
    }

    @Override