commit | 3b803988897f1813f79cbccbc78c16259370fe7b | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Jun 18 20:48:52 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 18 20:48:52 2020 +0000 |
tree | 17a3c99ef7a497afc91c1006a94aba88043b26f5 | |
parent | fcc4a2d83fbf09cf6b922aa8520d5f7b69af8d52 [diff] | |
parent | c376a1de2c942703ef8fe4095fe9f4bf6d2c39a7 [diff] |
Merge "Add flag Intent.FLAG_ACTIVITY_NEW_TASK when launching suggestion settings" 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 296f1dc..a8099d7 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
@@ -121,7 +121,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) {