summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizePagedView.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-03-23 15:59:27 -0700
committerWinson Chung <winsonc@google.com>2012-03-26 10:55:49 -0700
commit93eef082ec2da802ee4507fb2ca729e550f833f1 (patch)
treebe2f68b053874dfdf967aea9a498ff110cd3a993 /src/com/android/launcher2/AppsCustomizePagedView.java
parent568c659352cfe6c3ff87d294f8b8df9bc8f55335 (diff)
downloadandroid_packages_apps_Trebuchet-93eef082ec2da802ee4507fb2ca729e550f833f1.tar.gz
android_packages_apps_Trebuchet-93eef082ec2da802ee4507fb2ca729e550f833f1.tar.bz2
android_packages_apps_Trebuchet-93eef082ec2da802ee4507fb2ca729e550f833f1.zip
Making the text reflect the container when you are unable to drop onto a space.
Change-Id: Ib3734b7f7767bdf0fb4c95dcc1298da02c04e9cd
Diffstat (limited to 'src/com/android/launcher2/AppsCustomizePagedView.java')
-rw-r--r--src/com/android/launcher2/AppsCustomizePagedView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java
index 039ee8aaf..986e8528b 100644
--- a/src/com/android/launcher2/AppsCustomizePagedView.java
+++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -791,7 +791,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
}
if (showOutOfSpaceMessage) {
- mLauncher.showOutOfSpaceMessage();
+ mLauncher.showOutOfSpaceMessage(false);
}
d.deferDragViewCleanupPostAnimation = false;