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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user