boolder-org / boolder-android

Boolder Android app https://www.boolder.com/en/app
MIT License
26 stars 12 forks source link

Avoid crashing on unknown area #102

Closed wang-li closed 5 months ago

wang-li commented 5 months ago

The app was crashing when tapping on a new area displayed on the map without having the database updated yet.

Before

https://github.com/boolder-org/boolder-android/assets/8343416/6305ddb8-c86d-4f5b-b73d-e0f043d48ff4

After

https://github.com/boolder-org/boolder-android/assets/8343416/f6452ab2-c6ff-44f2-a26d-f4aa639c90e6

Also, the area overview and area problems screens will display an error message:

Area overview Area problems

Finally, the tick list screen has been adapted, so that it will not show any problems from the missing area.

Resolves #99