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

Commit bbe24e64 authored by Casey Burkhardt's avatar Casey Burkhardt Committed by Android (Google) Code Review
Browse files

Merge "Update Clock contentDescription on time zone change" into main

parents 55f7c4d2 652fc4bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;