display message to add events
This commit is contained in:
@@ -85,7 +85,7 @@ class DisplayPictureScreenState extends State<DisplayPictureScreen>
|
||||
var events = jsonDecode(utf8.decode(responseGet.bodyBytes));
|
||||
print("reponse http : ${events.length}");
|
||||
if (events.length == 0) {
|
||||
showDescImageAddDialog(context, "${name} n'a pas été trouvé");
|
||||
showDescImageAddDialog(context, jsonData);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user