CustomAlertDialog default BoxConstraints

This commit is contained in:
csf
2022-09-29 21:09:40 +08:00
parent deedac3497
commit d11ae197f3
3 changed files with 10 additions and 4 deletions

View File

@@ -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),