Merge "Avoid Crash when longpressing disabled predicted item" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-18 17:45:57 +00:00
committed by Android (Google) Code Review
@@ -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) {