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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user