Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/AutoTileManager.java +10 −8 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class AutoTileManager { new NightModeController.Listener() { @Override public void onNightModeChanged() { if (mHost.getNightModeController().isEnabled()) { mHost.addTile("night"); Prefs.putBoolean(mContext, Key.QS_NIGHT_ADDED, true); mHandler.post(new Runnable() { Loading @@ -89,6 +90,7 @@ public class AutoTileManager { } }); } } @Override public void onTwilightAutoChanged() { } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/AutoTileManager.java +10 −8 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class AutoTileManager { new NightModeController.Listener() { @Override public void onNightModeChanged() { if (mHost.getNightModeController().isEnabled()) { mHost.addTile("night"); Prefs.putBoolean(mContext, Key.QS_NIGHT_ADDED, true); mHandler.post(new Runnable() { Loading @@ -89,6 +90,7 @@ public class AutoTileManager { } }); } } @Override public void onTwilightAutoChanged() { } Loading