Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f462f4a authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

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

parents 71144266 b45b65e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2887,7 +2887,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;