Merge pull request #6097 from mcfans/master

Physical keyboard to android support
This commit is contained in:
RustDesk
2023-11-07 12:56:16 +08:00
committed by GitHub
17 changed files with 641 additions and 34 deletions

View File

@@ -12,9 +12,9 @@ class DesktopRemoteScreen extends StatelessWidget {
final Map<String, dynamic> params;
DesktopRemoteScreen({Key? key, required this.params}) : super(key: key) {
if (!bind.mainStartGrabKeyboard()) {
stateGlobal.grabKeyboard = true;
}
if (!bind.mainStartGrabKeyboard()) {
stateGlobal.grabKeyboard = true;
}
}
@override