[DO NOT MERGE] Initialize TimeZone in AnimatableClockView when attached

Test: Manual
Fixes: 241729527
Change-Id: Ie8b08bec36bccfda5a1f1eb20c91a040c1f688ab
This commit is contained in:
Hawkwood Glazier
2022-08-24 15:12:17 +00:00
parent e805c9bf06
commit 66b0f55f8d

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);
}