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

Commit e394d9ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 30263a4b 66b0f55f
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);
    }