Load the thumbnail URL if available
This commit is contained in:
parent
25d132a594
commit
69bc22dc39
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ class _ThumbnailWidgetState extends State<ThumbnailWidget> {
|
|||
|
||||
void _loadNetworkImage() {
|
||||
_imageProvider = Image.network(Configuration.instance.getHttpEndpoint() +
|
||||
"/" +
|
||||
"/" +
|
||||
widget.photo.thumbnailPath ??
|
||||
widget.photo.remotePath)
|
||||
.image;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue