Update SDK

This commit is contained in:
Sorunome 2020-08-16 12:54:43 +02:00
commit 32a1c3ca1c
31 changed files with 1394 additions and 261 deletions

View file

@ -14,7 +14,7 @@ class AuthWebView extends StatelessWidget {
@override
Widget build(BuildContext context) {
final url = Matrix.of(context).client.api.homeserver.toString() +
final url = Matrix.of(context).client.homeserver.toString() +
'/_matrix/client/r0/auth/$authType/fallback/web?session=$session';
if (kIsWeb) launch(url);
return Scaffold(