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
To enable jumps from tourbook entry to e.g. route, we need some crash prevention.
Scenario:
Go to ascent via tourbook
From there go to the according route (to be implemented)
Delete the according ascent from the route view
Navigate back (via back button) to the ascent view --> This is gonna crash since ascent is not available anymore.
Solution would be to check for existing ascent on entering the ascent view. If not, toast an error and go back to database view or (if possible) to the previous view in the calling history.
The text was updated successfully, but these errors were encountered:
To enable jumps from tourbook entry to e.g. route, we need some crash prevention.
Scenario:
Solution would be to check for existing ascent on entering the ascent view. If not, toast an error and go back to database view or (if possible) to the previous view in the calling history.
The text was updated successfully, but these errors were encountered: