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

Commit c5a986f4 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Fix lock screen wallpaper"

parents a4e4cd1a 7296c936
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -810,6 +810,8 @@ public class StatusBar extends SystemUI implements DemoMode,
                ServiceManager.getService(Context.STATUS_BAR_SERVICE));

        mKeyguardManager = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);
        mWallpaperSupported =
                mContext.getSystemService(WallpaperManager.class).isWallpaperSupported();

        // Connect in to the status bar manager service
        mCommandQueue.addCallback(this);
@@ -823,9 +825,6 @@ public class StatusBar extends SystemUI implements DemoMode,

        createAndAddWindows(result);

        mWallpaperSupported =
                mContext.getSystemService(WallpaperManager.class).isWallpaperSupported();

        if (mWallpaperSupported) {
            // Make sure we always have the most current wallpaper info.
            IntentFilter wallpaperChangedFilter = new IntentFilter(Intent.ACTION_WALLPAPER_CHANGED);