mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
widget crashfix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user