mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
don't set widget without user save
This commit is contained in:
parent
887464c6b7
commit
9f21a5cd61
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class ConfigureWidgetActivity extends NbActivity {
|
|||
// set result as cancelled in the case that we don't finish config
|
||||
Intent resultValue = new Intent();
|
||||
resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
|
||||
// setResult(RESULT_CANCELED, resultValue);
|
||||
setResult(RESULT_CANCELED, resultValue);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue