summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsCustomizePagedView.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-08-14 19:14:52 -0700
committerAdam Cohen <adamcohen@google.com>2014-08-14 19:15:30 -0700
commit1d3d4f1a82800ac6b663a7defa60046d5a2151e6 (patch)
treec4f334987bbba3c7797f1356b0056a7948d1cfef /src/com/android/launcher3/AppsCustomizePagedView.java
parenta00673c7d9f3fcfc81a6e1c6aa7b831951331e84 (diff)
downloadandroid_packages_apps_Trebuchet-1d3d4f1a82800ac6b663a7defa60046d5a2151e6.tar.gz
android_packages_apps_Trebuchet-1d3d4f1a82800ac6b663a7defa60046d5a2151e6.tar.bz2
android_packages_apps_Trebuchet-1d3d4f1a82800ac6b663a7defa60046d5a2151e6.zip
Get rid of pages overhang in AppsCustomizePagedView
Change-Id: I7543af84a6a52b79b7d6f369bb3139fc4024f074
Diffstat (limited to 'src/com/android/launcher3/AppsCustomizePagedView.java')
-rw-r--r--src/com/android/launcher3/AppsCustomizePagedView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/AppsCustomizePagedView.java b/src/com/android/launcher3/AppsCustomizePagedView.java
index 787bf96d2..d23e65f81 100644
--- a/src/com/android/launcher3/AppsCustomizePagedView.java
+++ b/src/com/android/launcher3/AppsCustomizePagedView.java
@@ -259,6 +259,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES);
}
+ setSinglePageInViewport();
}
@Override