Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −2 Original line number Diff line number Diff line Loading @@ -343,6 +343,7 @@ public class StatusBar extends SystemUI implements DemoMode, private BiometricUnlockController mBiometricUnlockController; private final LightBarController mLightBarController; private final Lazy<LockscreenWallpaper> mLockscreenWallpaperLazy; @Nullable protected LockscreenWallpaper mLockscreenWallpaper; private final AutoHideController mAutoHideController; @Nullable Loading Loading @@ -1059,7 +1060,7 @@ public class StatusBar extends SystemUI implements DemoMode, createNavigationBar(result); if (ENABLE_LOCKSCREEN_WALLPAPER) { if (ENABLE_LOCKSCREEN_WALLPAPER && mWallpaperSupported) { mLockscreenWallpaper = mLockscreenWallpaperLazy.get(); mLockscreenWallpaper.setHandler(mHandler); } Loading Loading @@ -2807,7 +2808,9 @@ public class StatusBar extends SystemUI implements DemoMode, @Override public void setLockscreenUser(int newUserId) { if (mLockscreenWallpaper != null) { mLockscreenWallpaper.setCurrentUser(newUserId); } mScrimController.setCurrentUser(newUserId); if (mWallpaperSupported) { mWallpaperChangedReceiver.onReceive(mContext, null); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −2 Original line number Diff line number Diff line Loading @@ -343,6 +343,7 @@ public class StatusBar extends SystemUI implements DemoMode, private BiometricUnlockController mBiometricUnlockController; private final LightBarController mLightBarController; private final Lazy<LockscreenWallpaper> mLockscreenWallpaperLazy; @Nullable protected LockscreenWallpaper mLockscreenWallpaper; private final AutoHideController mAutoHideController; @Nullable Loading Loading @@ -1059,7 +1060,7 @@ public class StatusBar extends SystemUI implements DemoMode, createNavigationBar(result); if (ENABLE_LOCKSCREEN_WALLPAPER) { if (ENABLE_LOCKSCREEN_WALLPAPER && mWallpaperSupported) { mLockscreenWallpaper = mLockscreenWallpaperLazy.get(); mLockscreenWallpaper.setHandler(mHandler); } Loading Loading @@ -2807,7 +2808,9 @@ public class StatusBar extends SystemUI implements DemoMode, @Override public void setLockscreenUser(int newUserId) { if (mLockscreenWallpaper != null) { mLockscreenWallpaper.setCurrentUser(newUserId); } mScrimController.setCurrentUser(newUserId); if (mWallpaperSupported) { mWallpaperChangedReceiver.onReceive(mContext, null); Loading