|
|
@ -169,7 +169,8 @@ public class WidgetUnified extends AppWidgetProvider {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static void updateData(Context context) {
|
|
|
|
static void updateData(Context context) {
|
|
|
|
Log.i("Widget unified update");
|
|
|
|
EntityLog.log(context, "Widget unified update");
|
|
|
|
|
|
|
|
|
|
|
|
if (ActivityBilling.isPro(context)) {
|
|
|
|
if (ActivityBilling.isPro(context)) {
|
|
|
|
AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
|
|
|
|
AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
|
|
|
|
if (appWidgetManager == null) {
|
|
|
|
if (appWidgetManager == null) {
|
|
|
|