fix: Broken dialog
This commit is contained in:
parent
55eaa18c5d
commit
469bef2358
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class SimpleDialogs {
|
|||
} catch (exception) {
|
||||
await FlushbarHelper.createError(message: exception.toString())
|
||||
.show(context);
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue