Merge "Update language to comply with Android's inclusive language guidance" am: bad5c4ec49 am: 99ed998f0e am: 31af0da082 am: a23c657c17
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1393497 Change-Id: Id90b2b13d47d274ba2c40bccbf0507d05011c576
This commit is contained in:
@@ -3084,7 +3084,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
|
|||||||
mLockWallpaperMap.put(userId, wallpaper);
|
mLockWallpaperMap.put(userId, wallpaper);
|
||||||
ensureSaneWallpaperData(wallpaper);
|
ensureSaneWallpaperData(wallpaper);
|
||||||
} else {
|
} else {
|
||||||
// sanity fallback: we're in bad shape, but establishing a known
|
// rationality fallback: we're in bad shape, but establishing a known
|
||||||
// valid system+lock WallpaperData will keep us from dying.
|
// valid system+lock WallpaperData will keep us from dying.
|
||||||
Slog.wtf(TAG, "Didn't find wallpaper in non-lock case!");
|
Slog.wtf(TAG, "Didn't find wallpaper in non-lock case!");
|
||||||
wallpaper = new WallpaperData(userId, getWallpaperDir(userId),
|
wallpaper = new WallpaperData(userId, getWallpaperDir(userId),
|
||||||
|
|||||||
Reference in New Issue
Block a user