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.
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