mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
fix: Broken dialog
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user