android rendezvous server status

This commit is contained in:
csf
2022-04-17 11:34:46 +08:00
parent 7177a566ae
commit cabb39005b
3 changed files with 63 additions and 27 deletions

View File

@@ -137,6 +137,7 @@ class CustomAlertDialog extends StatelessWidget {
return WillPopScope(
onWillPop: onWillPop ?? () async => false,
child: AlertDialog(
scrollable: true,
title: title,
contentPadding: EdgeInsets.symmetric(
horizontal: contentPadding ?? 25, vertical: 10),