Show image on beacon found (online)
This commit is contained in:
parent
823620c13a
commit
ee8342350e
@ -127,9 +127,10 @@ class _BeaconArticleFoundState extends State<BeaconArticleFound> {
|
|||||||
print("EMPTY resourcesModel - getSectionImage");
|
print("EMPTY resourcesModel - getSectionImage");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// ONLINE
|
||||||
|
return ResourceModel(id: sectionFound.imageId, source: sectionFound.imageSource, type: ResourceType.Image);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user