mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-04-01 12:10:19 +02: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…
x
Reference in New Issue
Block a user