Merge "[DO NOT MERGE] Initialize TimeZone in AnimatableClockView when attached" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-08-27 04:09:03 +00:00
committed by Android (Google) Code Review

View File

@@ -169,7 +169,7 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie
mStatusBarStateController.addCallback(mStatusBarStateListener);
refreshTime();
mView.onTimeZoneChanged(TimeZone.getDefault());
initColors();
mView.animateDoze(mIsDozing, false);
}