Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +8 −6 Original line number Diff line number Diff line Loading @@ -4515,12 +4515,14 @@ public class StatusBar extends SystemUI implements DemoMode, final boolean useDarkTheme = systemColors != null && (systemColors.getColorHints() & WallpaperColors.HINT_SUPPORTS_DARK_THEME) != 0; if (isUsingDarkTheme() != useDarkTheme) { mUiOffloadThread.submit(() -> { try { mOverlayManager.setEnabled("com.android.systemui.theme.dark", useDarkTheme, mCurrentUserId); } catch (RemoteException e) { Log.w(TAG, "Can't change theme", e); } }); } // Lock wallpaper defines the color of the majority of the views, hence we'll use it Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +8 −6 Original line number Diff line number Diff line Loading @@ -4515,12 +4515,14 @@ public class StatusBar extends SystemUI implements DemoMode, final boolean useDarkTheme = systemColors != null && (systemColors.getColorHints() & WallpaperColors.HINT_SUPPORTS_DARK_THEME) != 0; if (isUsingDarkTheme() != useDarkTheme) { mUiOffloadThread.submit(() -> { try { mOverlayManager.setEnabled("com.android.systemui.theme.dark", useDarkTheme, mCurrentUserId); } catch (RemoteException e) { Log.w(TAG, "Can't change theme", e); } }); } // Lock wallpaper defines the color of the majority of the views, hence we'll use it Loading