boolder-org / boolder-android

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

Fix boulder problem line recomposition #45

Closed wang-li closed 1 year ago

wang-li commented 1 year ago

The boulder problem line was not redrawn in case the line coordinates were the same as the previously displayed one. In order to redraw the line, the line color has been added as a key, in addition to the line coordinates, so that the launched effect that animates the line will be triggered.

https://github.com/boolder-org/boolder-android/assets/8343416/75dc1ebe-2a4d-420b-9f63-4117fb33b86c

In addition, the selecting a boulder problem from the search will also center it on the map (before, it was covered by the bottom sheet).

Resolves #43

nmondollot commented 1 year ago

In addition, the selecting a boulder problem from the search will also center it on the map (before, it was covered by the bottom sheet).

👍