summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/states
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-12-05 10:10:55 -0800
committerTony Wickham <twickham@google.com>2017-12-05 11:40:21 -0800
commit53370678ce0b321dd8bc8d0f55d97c514ba3d37d (patch)
tree2cb2bf054da276c68e26f49a7e0ad68606ee0adb /src/com/android/launcher3/states
parent4018f3df14237adb30c423fee361318cc32673de (diff)
downloadandroid_packages_apps_Trebuchet-53370678ce0b321dd8bc8d0f55d97c514ba3d37d.tar.gz
android_packages_apps_Trebuchet-53370678ce0b321dd8bc8d0f55d97c514ba3d37d.tar.bz2
android_packages_apps_Trebuchet-53370678ce0b321dd8bc8d0f55d97c514ba3d37d.zip
Allow hotseat items to be clicked in overview
Bug: 70179573 Change-Id: Ib2cbd7b12e5e1287d652d703e95c15ca6ea12a4e
Diffstat (limited to 'src/com/android/launcher3/states')
-rw-r--r--src/com/android/launcher3/states/SpringLoadedState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/states/SpringLoadedState.java b/src/com/android/launcher3/states/SpringLoadedState.java
index 3864e3a85..1d90a08bf 100644
--- a/src/com/android/launcher3/states/SpringLoadedState.java
+++ b/src/com/android/launcher3/states/SpringLoadedState.java
@@ -35,7 +35,7 @@ import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
public class SpringLoadedState extends LauncherState {
private static final int STATE_FLAGS = FLAG_SHOW_SCRIM | FLAG_MULTI_PAGE |
- FLAG_DISABLE_ACCESSIBILITY | FLAG_DO_NOT_RESTORE;
+ FLAG_DISABLE_ACCESSIBILITY | FLAG_DO_NOT_RESTORE | FLAG_WORKSPACE_ICONS_CAN_BE_DRAGGED;
// Determines how long to wait after a rotation before restoring the screen orientation to
// match the sensor state.