commit | fcc4a2d83fbf09cf6b922aa8520d5f7b69af8d52 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Jun 18 17:45:57 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 18 17:45:57 2020 +0000 |
tree | c73dbeb726f63f32071e060b0faaba1a9e060600 | |
parent | 42dd4f4afd95ed1cd999980cbc8c7f4b9621da61 [diff] | |
parent | e8c0f83fb289aeb7ffae97a54bc714374df1eb86 [diff] |
Merge "Avoid Crash when longpressing disabled predicted item" into ub-launcher3-rvc-dev
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java index 30a34e4..b34d3cd 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java
@@ -122,7 +122,7 @@ if (mLauncher.getWorkspace().isSwitchingState()) return false; // Start the drag mLauncher.getWorkspace().beginDragShared(v, this, new DragOptions()); - return false; + return true; }; public HotseatPredictionController(Launcher launcher) {