fix: Do not route to backup on soft logout
This commit is contained in:
parent
0052a15b54
commit
740f04206a
3 changed files with 31 additions and 28 deletions
|
|
@ -70,6 +70,7 @@ Future<void> connectToHomeserverFlow(
|
|||
|
||||
if (context.mounted) {
|
||||
setState(AsyncSnapshot.withData(ConnectionState.done, true));
|
||||
context.go('/backup');
|
||||
}
|
||||
} catch (e, s) {
|
||||
setState(AsyncSnapshot.withError(ConnectionState.done, e, s));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue