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

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

Change-Id: Ibda5143bb414a8312872a9f08cb25dc5832855ff
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:20:20 +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(),