am 94ba8976: Merge "NotificationPanel now shows correct date" into klp-dev

* commit '94ba89763e2bd660662fbcf293968d3e8423ef68':
  NotificationPanel now shows correct date
This commit is contained in:
Chet Haase
2013-10-10 09:29:44 -07:00
committed by Android Git Automerger

View File

@@ -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;
} }