chore: Update sdk
This commit is contained in:
parent
b1b1c163e7
commit
7ff11fbef2
5 changed files with 14 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue