Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java +3 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,9 @@ public class Clock extends TextView implements if (mClockFormat != null) { mClockFormat.setTimeZone(mCalendar.getTimeZone()); } if (mContentDescriptionFormat != null) { mContentDescriptionFormat.setTimeZone(mCalendar.getTimeZone()); } }); } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { final Locale newLocale = getResources().getConfiguration().locale; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java +3 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,9 @@ public class Clock extends TextView implements if (mClockFormat != null) { mClockFormat.setTimeZone(mCalendar.getTimeZone()); } if (mContentDescriptionFormat != null) { mContentDescriptionFormat.setTimeZone(mCalendar.getTimeZone()); } }); } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { final Locale newLocale = getResources().getConfiguration().locale; Loading