summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/SmoothPagedView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/SmoothPagedView.java')
-rw-r--r--src/com/android/launcher2/SmoothPagedView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/SmoothPagedView.java b/src/com/android/launcher2/SmoothPagedView.java
index 8b0a83502..fe763f508 100644
--- a/src/com/android/launcher2/SmoothPagedView.java
+++ b/src/com/android/launcher2/SmoothPagedView.java
@@ -87,7 +87,7 @@ public abstract class SmoothPagedView extends PagedView {
}
protected int getScrollMode() {
- return DEFAULT_MODE;
+ return X_LARGE_MODE;
}
/**