summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizePagedView.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-08-18 18:58:38 -0700
committerAdam Cohen <adamcohen@google.com>2011-08-31 14:20:01 -0700
commit7777d967a60ecfd34ad2d94141d598fca4021058 (patch)
tree7916b7e9c7f13146eccd1331cad5d400258d92a3 /src/com/android/launcher2/AppsCustomizePagedView.java
parent11ffa5ffb367bb4f62607d1cf5616909cf7d8b02 (diff)
downloadandroid_packages_apps_Trebuchet-7777d967a60ecfd34ad2d94141d598fca4021058.tar.gz
android_packages_apps_Trebuchet-7777d967a60ecfd34ad2d94141d598fca4021058.tar.bz2
android_packages_apps_Trebuchet-7777d967a60ecfd34ad2d94141d598fca4021058.zip
Refactor and simplify home transitions
Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
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 3adf404b5..df98c89ff 100644
--- a/src/com/android/launcher2/AppsCustomizePagedView.java
+++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -529,7 +529,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
// Go into spring loaded mode (must happen before we startDrag())
int currentPageIndex = mLauncher.getWorkspace().getCurrentPage();
CellLayout currentPage = (CellLayout) mLauncher.getWorkspace().getChildAt(currentPageIndex);
- mLauncher.enterSpringLoadedDragMode(currentPage);
+ mLauncher.enterSpringLoadedDragMode();
if (v instanceof PagedViewIcon) {
beginDraggingApplication(v);