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

Commit 6ef7677e authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 2b7012c3: am 087b25f7: am 6e4895b6: Merge "Make timezone changes apply to...

am 2b7012c3: am 087b25f7: am 6e4895b6: Merge "Make timezone changes apply to status bar time in 24hr mode. Bug: 2632681" into froyo
parents b8aa7fe5 2b7012c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -361,6 +361,9 @@ public class StatusBarPolicy {
            else if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
                String tz = intent.getStringExtra("time-zone");
                mCalendar = Calendar.getInstance(TimeZone.getTimeZone(tz));
                if (mClockFormat != null) {
                    mClockFormat.setTimeZone(mCalendar.getTimeZone());
                }
                updateClock();
            }
            else if (action.equals(Intent.ACTION_ALARM_CHANGED)) {