Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
b/3102609 Update widgets when device tz changes. Do not merge
Browse files Browse the repository at this point in the history
Change-Id: I4e1a03dadcddc80bcc77c1d689e8eac267d47d7e
  • Loading branch information
RoboErikG committed Oct 15, 2010
1 parent 4cd51d8 commit e43e330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/android/providers/calendar/CalendarProvider2.java
Expand Up @@ -438,6 +438,7 @@ public void run() {
Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
try {
doUpdateTimezoneDependentFields();
triggerAppWidgetUpdate(-1 /*changedEventId*/ );
} catch (SQLException e) {
if (Log.isLoggable(TAG, Log.ERROR)) {
Log.e(TAG, "doUpdateTimezoneDependentFields() failed", e);
Expand Down

0 comments on commit e43e330

Please sign in to comment.