Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
18300eba89
commit
0f448af5dc
7 changed files with 98 additions and 69 deletions
|
|
@ -119,7 +119,7 @@ class LoginController extends State<Login> {
|
|||
future: () => Matrix.of(context)
|
||||
.getLoginClient()
|
||||
.checkHomeserver(newDomain)
|
||||
.catchError((e) => null),
|
||||
.catchError((e) {}),
|
||||
);
|
||||
if (Matrix.of(context).getLoginClient().homeserver == null) {
|
||||
Matrix.of(context).getLoginClient().homeserver = oldHomeserver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue