Merge "Avoid Crash when longpressing disabled predicted item" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fcc4a2d83f
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user