refactor: Migrate to null safety
This commit is contained in:
parent
5269f04a99
commit
55f0300f9f
163 changed files with 1759 additions and 1903 deletions
|
|
@ -25,9 +25,7 @@ Future<Client> prepareTestClient({
|
|||
AuthenticationTypes.sso
|
||||
},
|
||||
);
|
||||
if (homeserver != null) {
|
||||
await client.checkHomeserver(homeserver);
|
||||
}
|
||||
await client.checkHomeserver(homeserver);
|
||||
if (loggedIn) {
|
||||
await client.login(
|
||||
LoginType.mLoginToken,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue