Merge "[CS] Remove unused ScrimController#setCurrentUser." into udc-qpr-dev am: f362367f73 am: 99f7c29165

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23816584

Change-Id: I4ce122c8e22d62af249e2538afb2c49136b29381
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Caitlin Shkuratov
2023-06-28 13:44:00 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 5 deletions

View File

@@ -2210,7 +2210,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
if (mLockscreenWallpaper != null && !mWallpaperManager.isLockscreenLiveWallpaperEnabled()) {
mLockscreenWallpaper.setCurrentUser(newUserId);
}
mScrimController.setCurrentUser(newUserId);
if (mWallpaperSupported) {
mWallpaperChangedReceiver.onReceive(mContext, null);
}

View File

@@ -1476,10 +1476,6 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump
}
}
public void setCurrentUser(int currentUser) {
// Don't care in the base class.
}
private void updateThemeColors() {
if (mScrimBehind == null) return;
int background = Utils.getColorAttr(mScrimBehind.getContext(),