Load the thumbnail URL if available
This commit is contained in:
@@ -90,7 +90,8 @@ class _ThumbnailWidgetState extends State<ThumbnailWidget> {
|
||||
|
||||
void _loadNetworkImage() {
|
||||
_imageProvider = Image.network(Configuration.instance.getHttpEndpoint() +
|
||||
"/" +
|
||||
"/" +
|
||||
widget.photo.thumbnailPath ??
|
||||
widget.photo.remotePath)
|
||||
.image;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user