mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 15:11:01 +03: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