Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Krille Fear 2022-02-15 11:47:22 +00:00 committed by Christian Pauly
commit 0f448af5dc
7 changed files with 98 additions and 69 deletions

View file

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