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

Commit 21cb9435 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6291259 from d5e2ec73 to rvc-release

Change-Id: I889cbf4d74d8fdc62c4cdda5f981326f9df75ad9
parents 2b9b0b5a d5e2ec73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class AnalogClock extends FrameLayout {
        @Override
        public void onReceive(Context context, Intent intent) {
            if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
                final String tz = intent.getStringExtra("time-zone");
                final String tz = intent.getStringExtra(Intent.EXTRA_TIMEZONE);
                mTime = Calendar.getInstance(TimeZone.getTimeZone(tz));
            }
            onTimeChanged();