am 4f462f4a: Merge "Revert "Disabled the wallpaper when completely in -1 Now space."" into ub-now-lunchbox

* commit '4f462f4a8b9fc6897d9fab9ad31c06e0b8f79373':
  Revert "Disabled the wallpaper when completely in -1 Now space."
This commit is contained in:
Jorim Jaggi
2014-02-28 06:55:56 -08:00
committed by Android Git Automerger
+1 -1
View File
@@ -2921,7 +2921,7 @@ public class Launcher extends Activity
mWorkspaceBackgroundDrawable : null);
}
protected void changeWallpaperVisiblity(boolean visible) {
void updateWallpaperVisibility(boolean visible) {
int wpflags = visible ? WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER : 0;
int curflags = getWindow().getAttributes().flags
& WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;