display message to add events

This commit is contained in:
2024-07-25 22:23:45 +02:00
parent 4af1d12283
commit dc605b1a7c
2 changed files with 16 additions and 5 deletions

View File

@@ -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 {