widget crashfix
This commit is contained in:
parent
aabe8d2d97
commit
91af8550cc
|
@ -218,6 +218,7 @@ public class MyWidgetProvider extends AppWidgetProvider implements Calculator {
|
|||
@Override
|
||||
public void onDeleted(Context context, int[] appWidgetIds) {
|
||||
super.onDeleted(context, appWidgetIds);
|
||||
updateWidgetIds();
|
||||
if (cxt != null)
|
||||
updateWidgetIds();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue