2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-07-05 02:37:23 +02:00

fix: Broken dialog

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

@ -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;
} }
}
} }