ssshhhhh you didn't see anything

This commit is contained in:
Sorunome 2020-05-17 20:29:32 +02:00
parent b4921693dc
commit e71c99d36c
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C

View File

@ -18,9 +18,9 @@ class HomeserverPicker extends StatelessWidget {
}
void _checkHomeserverAction(String homeserver, BuildContext context) async {
// if (!homeserver.startsWith('https://')) {
// homeserver = 'https://$homeserver';
// }
if (!homeserver.startsWith('https://')) {
homeserver = 'https://$homeserver';
}
final success = await SimpleDialogs(context).tryRequestWithLoadingDialog(
Matrix.of(context).client.checkServer(homeserver));
if (success != false) {