summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CustomizePagedView.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-11-11 16:34:41 -0800
committerWinson Chung <winsonc@google.com>2010-11-11 17:20:48 -0800
commitbbc60d8e79416e37cbede55c159bf6aaa6c171d5 (patch)
treea5e6177b9f5e96bdaff0c17092f6df84451d9e3b /src/com/android/launcher2/CustomizePagedView.java
parent580e27748137ff08599aa719d106b31215a28353 (diff)
downloadandroid_packages_apps_Trebuchet-bbc60d8e79416e37cbede55c159bf6aaa6c171d5.tar.gz
android_packages_apps_Trebuchet-bbc60d8e79416e37cbede55c159bf6aaa6c171d5.tar.bz2
android_packages_apps_Trebuchet-bbc60d8e79416e37cbede55c159bf6aaa6c171d5.zip
Fixing various small bugs with launcher
- Items added from customization tray add from top left now - Fixing issue where wallpaper tab was not showing - Workaround for the extra pixel line showing in homescreen drag icons - Speeding up animations for tab transitions and clicking Change-Id: I865531bb4cf896320a9e2ff6cef08bed221a2294
Diffstat (limited to 'src/com/android/launcher2/CustomizePagedView.java')
-rw-r--r--src/com/android/launcher2/CustomizePagedView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/CustomizePagedView.java b/src/com/android/launcher2/CustomizePagedView.java
index 14b242945..1763a00f6 100644
--- a/src/com/android/launcher2/CustomizePagedView.java
+++ b/src/com/android/launcher2/CustomizePagedView.java
@@ -289,6 +289,7 @@ public class CustomizePagedView extends PagedView
public void setCustomizationFilter(CustomizationType filterType) {
mCustomizationType = filterType;
setCurrentPage(0);
+ updateCurrentPageScroll();
invalidatePageData();
// End the current choice mode so that we don't carry selections across tabs