Consistently re-enabling the wallpaper when we leave launcher. (Bug 6445085)
Change-Id: I8357677479a693a808097a797b9af6906f4d7801
This commit is contained in:
@@ -524,10 +524,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
mPressedIcon.lockDrawableState();
|
||||
}
|
||||
|
||||
// NOTE: we need to re-enable the wallpaper visibility if we want correct transitions
|
||||
// between items that are launched from the workspace and all apps. It will be disabled
|
||||
// correctly the next time the window is visible in AppsCustomizeTabHost.
|
||||
mLauncher.updateWallpaperVisibility(true);
|
||||
mLauncher.startActivitySafely(v, appInfo.intent, appInfo);
|
||||
|
||||
} else if (v instanceof PagedViewWidget) {
|
||||
|
||||
Reference in New Issue
Block a user