boolder-org / boolder-android

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

Avoid performing network request when photo exists locally #153

Closed wang-li closed 4 months ago

wang-li commented 4 months ago

While refactoring the topo bottom sheet, I inadvertently extracted the photo URL fetch instruction to a value, with the side effect of always calling this instruction, even when not needed (when the photo has been downloaded and is available locally). This commit fixes this behavior.

Resolves #152