mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 04:01:28 +03:00
update UI ; fix android InputService @Keep
This commit is contained in:
@@ -132,7 +132,8 @@ class CustomAlertDialog extends StatelessWidget {
|
||||
onWillPop: onWillPop ?? () async => false,
|
||||
child: AlertDialog(
|
||||
title: title,
|
||||
contentPadding: EdgeInsets.all(contentPadding ?? 20),
|
||||
contentPadding: EdgeInsets.symmetric(
|
||||
horizontal: contentPadding ?? 25, vertical: 10),
|
||||
content: content,
|
||||
actions: actions,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user