don't set widget without user save

This commit is contained in:
caleb 2019-08-29 16:39:16 -06:00
parent 887464c6b7
commit 9f21a5cd61

View file

@ -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);
}