redirect to itemmenu

This commit is contained in:
2024-07-27 19:40:02 +02:00
parent 8a3ce376ce
commit 0ae1311b53
2 changed files with 7 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ mixin ShowDescImageGet<T extends StatefulWidget> on State<T> {
}
}
void showDescImageUpdateDialog(BuildContext context, var events) {
void showDescImageGetDialog(BuildContext context, var events) {
// Create AlertDialog
String name = events['name'];
AlertDialog dialog = AlertDialog(