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