Show image on beacon found (online)

This commit is contained in:
Thomas Fransolet 2023-03-24 08:24:00 +01:00
parent 823620c13a
commit ee8342350e

View File

@ -127,9 +127,10 @@ class _BeaconArticleFoundState extends State<BeaconArticleFound> {
print("EMPTY resourcesModel - getSectionImage");
return null;
}
} else {
// ONLINE
return ResourceModel(id: sectionFound.imageId, source: sectionFound.imageSource, type: ResourceType.Image);
}
return null;
}
}