chore: Update sdk

This commit is contained in:
Christian Pauly 2020-10-28 08:24:49 +01:00
commit 7ff11fbef2
5 changed files with 14 additions and 8 deletions

View file

@ -94,7 +94,7 @@ class _LoginState extends State<Login> {
if ((newDomain?.isNotEmpty ?? false) &&
newDomain != Matrix.of(context).client.homeserver.toString()) {
await SimpleDialogs(context).tryRequestWithErrorToast(
Matrix.of(context).client.checkServer(newDomain));
Matrix.of(context).client.checkHomeserver(newDomain));
setState(() => usernameError = null);
}
} catch (e) {