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

Commit f32d3385 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Updating references of extra time-zone am: d5e2ec73 am: 66053410

Change-Id: Ib2817b2882dc0588e6fa3f196e73d230577cccdc
parents fe5493b9 66053410
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();