mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
android rendezvous server status
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user