mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
CustomAlertDialog default BoxConstraints
This commit is contained in:
@@ -268,6 +268,7 @@ class FfiModel with ChangeNotifier {
|
||||
if (isPeerAndroid) {
|
||||
_touchMode = true;
|
||||
if (parent.target != null &&
|
||||
parent.target!.connType == ConnType.defaultConn &&
|
||||
parent.target!.ffiModel.permissions['keyboard'] != false) {
|
||||
Timer(
|
||||
const Duration(milliseconds: 100),
|
||||
|
||||
Reference in New Issue
Block a user