Merge "Dark Theme "TURN ON UNTIL SUNRISE" is not retained after reboot"
This commit is contained in:
@@ -1803,7 +1803,10 @@ final class UiModeManagerService extends SystemService {
|
||||
mComputedNightMode = false;
|
||||
return;
|
||||
}
|
||||
resetNightModeOverrideLocked();
|
||||
if (mNightMode != MODE_NIGHT_AUTO || (mTwilightManager != null
|
||||
&& mTwilightManager.getLastTwilightState() != null)) {
|
||||
resetNightModeOverrideLocked();
|
||||
}
|
||||
}
|
||||
|
||||
private boolean resetNightModeOverrideLocked() {
|
||||
|
||||
Reference in New Issue
Block a user