Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66b0f55f authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

[DO NOT MERGE] Initialize TimeZone in AnimatableClockView when attached

Test: Manual
Fixes: 241729527
Change-Id: Ie8b08bec36bccfda5a1f1eb20c91a040c1f688ab
parent e805c9bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie

        mStatusBarStateController.addCallback(mStatusBarStateListener);

        refreshTime();
        mView.onTimeZoneChanged(TimeZone.getDefault());
        initColors();
        mView.animateDoze(mIsDozing, false);
    }