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 was wondering if it's possible to get a toggle for the text to appear when there is an empty_event_list.
There are different ways to implement it ofc, but I think it would be pretty minor.
Looks like after adding the toggle cell, R.string.no_upcoming_events can be set to empty and then everything in the EventAppWidgetProvider would work normally as it does:
@arjunkalburgi Or I misunderstood what you mean by "toggle for the text"
Since v.3 the Widget layout doesn't have a separate view to show, when there are no events: I simply add a list item that tells this. See screenshots here: #282 (comment)
Hello,
I was wondering if it's possible to get a toggle for the text to appear when there is an
empty_event_list
.There are different ways to implement it ofc, but I think it would be pretty minor.
Looks like after adding the toggle cell,
R.string.no_upcoming_events
can be set to empty and then everything in the EventAppWidgetProvider would work normally as it does:Thanks!
The text was updated successfully, but these errors were encountered: