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

Commit 298aecf4 authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "PiP: Safeguard in calling on menu view in case it's not created."

parents bede6db2 645e988e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -239,7 +239,9 @@ public class PipMenuActivityController {
                    + " callers=\n" + Debug.getCallers(5, "    "));
        }

        maybeCreateSyncApplier();
        if (!maybeCreateSyncApplier()) {
            return;
        }

        mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay,
                showResizeHandle);