mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2024-12-24 22:21:33 +01:00
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
Block a user