mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-05 02:39:26 +01:00
ssshhhhh you didn't see anything
This commit is contained in:
parent
b4921693dc
commit
e71c99d36c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user