Disabled the wallpaper when completely in -1 Now space.

Bug: 11186234
Change-Id: I6ffb66f12298bd9df7e228a8589d63780b70a396
This commit is contained in:
Selim Cinek
2014-01-16 10:38:38 -08:00
parent cdd82ef1bb
commit f3a8e8c0bd
+1 -1
View File
@@ -2869,7 +2869,7 @@ public class Launcher extends Activity
mWorkspaceBackgroundDrawable : null);
}
void updateWallpaperVisibility(boolean visible) {
protected void changeWallpaperVisiblity(boolean visible) {
int wpflags = visible ? WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER : 0;
int curflags = getWindow().getAttributes().flags
& WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;