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

Commit 94ba8976 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "NotificationPanel now shows correct date" into klp-dev

parents 3309bc5f 9f5664b8
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,8 @@ public class DateView extends TextView {
                    || Intent.ACTION_TIME_CHANGED.equals(action)
                    || Intent.ACTION_TIME_CHANGED.equals(action)
                    || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
                    || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
                    || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
                    || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
                if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
                if (Intent.ACTION_LOCALE_CHANGED.equals(action)
                        || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
                    // need to get a fresh date format
                    // need to get a fresh date format
                    mDateFormat = null;
                    mDateFormat = null;
                }
                }