Skip to content

Commit

Permalink
migration issues fixed by informing the user
Browse files Browse the repository at this point in the history
  • Loading branch information
v4lpt committed Sep 17, 2024
1 parent 381f91d commit e2954d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void updateAppWidget(Context context, AppWidgetManager appWidgetManager,
appWidgetManager.updateAppWidget(appWidgetId, views);
}
} else {
views.setTextViewText(R.id.widget_title, "No event selected");
views.setTextViewText(R.id.widget_title, "Please delete and re-add this event to widget it.");
views.setTextViewText(R.id.widget_date, "");
views.setTextViewText(R.id.widget_days_left, "");
views.setImageViewResource(R.id.widget_background_image, R.drawable.default_event_background);
Expand Down

0 comments on commit e2954d0

Please sign in to comment.