You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've solved this problem by replacing line 48 in PlantWidgetProvider.java in TWID.04-Solution-Extras
with this line:
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
I've solved this problem by replacing line 48 in PlantWidgetProvider.java in TWID.04-Solution-Extras
with this line:
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);