mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-05-13 18:07:34 +02: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 {
|
void _checkHomeserverAction(String homeserver, BuildContext context) async {
|
||||||
// if (!homeserver.startsWith('https://')) {
|
if (!homeserver.startsWith('https://')) {
|
||||||
// homeserver = 'https://$homeserver';
|
homeserver = 'https://$homeserver';
|
||||||
// }
|
}
|
||||||
final success = await SimpleDialogs(context).tryRequestWithLoadingDialog(
|
final success = await SimpleDialogs(context).tryRequestWithLoadingDialog(
|
||||||
Matrix.of(context).client.checkServer(homeserver));
|
Matrix.of(context).client.checkServer(homeserver));
|
||||||
if (success != false) {
|
if (success != false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user