boolder-org / boolder-android

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

Fix bug with multi lines #111

Closed wang-li closed 6 months ago

wang-li commented 7 months ago

Boulder problems having multiple lines (traverses) could appear on topos where they were not starting. This is fixed by checking that the first topo ID for a given problem is the same as the ID of the displayed topo.

Before After

Resolves #108