Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipMenuActivityController.java +3 −1 Original line number Diff line number Diff line Loading @@ -239,7 +239,9 @@ public class PipMenuActivityController { + " callers=\n" + Debug.getCallers(5, " ")); } maybeCreateSyncApplier(); if (!maybeCreateSyncApplier()) { return; } mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, showResizeHandle); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipMenuActivityController.java +3 −1 Original line number Diff line number Diff line Loading @@ -239,7 +239,9 @@ public class PipMenuActivityController { + " callers=\n" + Debug.getCallers(5, " ")); } maybeCreateSyncApplier(); if (!maybeCreateSyncApplier()) { return; } mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, showResizeHandle); Loading