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

This commit is contained in:
Chet Haase
2013-10-10 16:25:56 +00:00
committed by Android (Google) Code Review

View File

@@ -50,7 +50,8 @@ public class DateView extends TextView {
|| Intent.ACTION_TIME_CHANGED.equals(action)
|| Intent.ACTION_TIMEZONE_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
mDateFormat = null;
}