fix: Broken dialog

This commit is contained in:
Christian Pauly 2020-11-24 17:55:23 +01:00
parent 72e325aee8
commit 97bb692812

View File

@ -44,7 +44,7 @@ class SimpleDialogs {
} catch (exception) {
await FlushbarHelper.createError(message: exception.toString())
.show(context);
}
return false;
}
}
}