summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizePagedView.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-05-09 13:28:10 -0700
committerWinson Chung <winsonc@google.com>2012-05-09 13:29:31 -0700
commit18f41f8327860d7e257d063888d08b6b5c528fe9 (patch)
treea4c53873fefd0f0184cd01e3292e03c46046e849 /src/com/android/launcher2/AppsCustomizePagedView.java
parentf1961269be954960ebe597ad39fc30246c6270fa (diff)
downloadandroid_packages_apps_Trebuchet-18f41f8327860d7e257d063888d08b6b5c528fe9.tar.gz
android_packages_apps_Trebuchet-18f41f8327860d7e257d063888d08b6b5c528fe9.tar.bz2
android_packages_apps_Trebuchet-18f41f8327860d7e257d063888d08b6b5c528fe9.zip
More work to ensure that the wallpaper is visible before transitions take place. (Bug 6445085)
Change-Id: Ic8435ba946949674a986aa4eaa879d33044c7884
Diffstat (limited to 'src/com/android/launcher2/AppsCustomizePagedView.java')
-rw-r--r--src/com/android/launcher2/AppsCustomizePagedView.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java
index 5bd0ac655..54af0803e 100644
--- a/src/com/android/launcher2/AppsCustomizePagedView.java
+++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -524,6 +524,10 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
mPressedIcon.lockDrawableState();
}
+ // NOTE: We want all transitions from launcher to act as if the wallpaper were enabled
+ // to be consistent. So re-enable the flag here, and we will re-disable it as necessary
+ // when Launcher resumes and we are still in AllApps.
+ mLauncher.updateWallpaperVisibility(true);
mLauncher.startActivitySafely(v, appInfo.intent, appInfo);
} else if (v instanceof PagedViewWidget) {