More fixes and new version
This commit is contained in:
parent
d838d3a474
commit
3a64d58d23
12 changed files with 31 additions and 20 deletions
|
|
@ -32,7 +32,7 @@ class _SettingsState extends State<Settings> {
|
|||
void logoutAction(BuildContext context) async {
|
||||
await Navigator.of(context).pop();
|
||||
MatrixState matrix = Matrix.of(context);
|
||||
await matrix.tryRequestWithLoadingDialog(matrix.client.logout());
|
||||
await matrix.tryRequestWithErrorToast(matrix.client.logout());
|
||||
matrix.clean();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue