Merge "PiP: Safeguard in calling on menu view in case it's not created."
This commit is contained in:
@@ -239,7 +239,9 @@ public class PipMenuActivityController {
|
||||
+ " callers=\n" + Debug.getCallers(5, " "));
|
||||
}
|
||||
|
||||
maybeCreateSyncApplier();
|
||||
if (!maybeCreateSyncApplier()) {
|
||||
return;
|
||||
}
|
||||
|
||||
mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay,
|
||||
showResizeHandle);
|
||||
|
||||
Reference in New Issue
Block a user