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

Commit 404a158f authored by Chris Poultney's avatar Chris Poultney Committed by Automerger Merge Worker
Browse files

Merge "Adds lock screen live wallpaper enabled status to dump" into udc-dev am: d28b311a

parents 3bfb228e d28b311a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -3987,6 +3987,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
            if (mFallbackWallpaper != null) {
            if (mFallbackWallpaper != null) {
                dumpWallpaper(mFallbackWallpaper, pw);
                dumpWallpaper(mFallbackWallpaper, pw);
            }
            }
            pw.print("mIsLockscreenLiveWallpaperEnabled=");
            pw.println(mIsLockscreenLiveWallpaperEnabled);
        }
        }
    }
    }
}
}