am 94ba8976: Merge "NotificationPanel now shows correct date" into klp-dev
* commit '94ba89763e2bd660662fbcf293968d3e8423ef68': NotificationPanel now shows correct date
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user