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
If you add a talk to your agenda then change the conference the talk still appears. Then if you click it the app crashes because it can't find the talk.
Repo Steps:
Bookmark a talk
Change the conference in the settings
Go to "My Agenda" tab
Click on your bookmarked talk
The app will likely crash, and when you re-open the talk won't be on the agenda.
This is likely because the app is looking for the talk ID however now that the conference has changed the json does not contain that talk.
Possible Solutions:
Make Agendas conference specific
hide agenda when conference changes
Gray out Agenda topics if they're not in selected conference
Enable allowing user to click on items from other talks (possibly more difficult)
The text was updated successfully, but these errors were encountered:
If you add a talk to your agenda then change the conference the talk still appears. Then if you click it the app crashes because it can't find the talk.
Repo Steps:
The app will likely crash, and when you re-open the talk won't be on the agenda.
This is likely because the app is looking for the talk ID however now that the conference has changed the json does not contain that talk.
Possible Solutions:
The text was updated successfully, but these errors were encountered: