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) {
|
} catch (exception) {
|
||||||
await FlushbarHelper.createError(message: exception.toString())
|
await FlushbarHelper.createError(message: exception.toString())
|
||||||
.show(context);
|
.show(context);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue