call update widget when widget added

pull/14/head
Tim Su 15 years ago
parent f50e1f6811
commit 63342f0718

@ -111,6 +111,9 @@ public class WidgetConfigActivity extends ExpandableListActivity {
// Save configuration options
saveConfiguration(adapter.getSelection(), color, enableCalendar, !disableEncouragements);
// call any of the widget update methods
TasksWidget.updateWidget(context, mAppWidgetId);
// Make sure we pass back the original appWidgetId
Intent resultValue = new Intent();
resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mAppWidgetId);

Loading…
Cancel
Save