Loading quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ public class HotseatPredictionController implements DragController.DragListener, if (mLauncher.getWorkspace().isSwitchingState()) return false; // Start the drag mLauncher.getWorkspace().beginDragShared(v, this, new DragOptions()); return false; return true; }; public HotseatPredictionController(Launcher launcher) { Loading Loading
quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ public class HotseatPredictionController implements DragController.DragListener, if (mLauncher.getWorkspace().isSwitchingState()) return false; // Start the drag mLauncher.getWorkspace().beginDragShared(v, this, new DragOptions()); return false; return true; }; public HotseatPredictionController(Launcher launcher) { Loading