summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppDrawerIconView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/AppDrawerIconView.java')
-rw-r--r--src/com/android/launcher3/AppDrawerIconView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/AppDrawerIconView.java b/src/com/android/launcher3/AppDrawerIconView.java
index d8564b6ed..94b5e93f4 100644
--- a/src/com/android/launcher3/AppDrawerIconView.java
+++ b/src/com/android/launcher3/AppDrawerIconView.java
@@ -33,6 +33,7 @@ public class AppDrawerIconView extends LinearLayout {
TextView mLabel;
ImageView mIcon;
+ boolean mDraggable = true;
public AppDrawerIconView(Context context) {
super(context);