Merge pull request #6133 from fufesou/fix/android_physical_mouse_click_through_bottom_bar

fix, android physical mouse, click events, penetrated
This commit is contained in:
RustDesk 2023-10-22 22:52:05 +08:00 committed by GitHub
commit 1a1ba80188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ class _RemotePageState extends State<RemotePage> {
clientClose(sessionId, gFFI.dialogManager); clientClose(sessionId, gFFI.dialogManager);
return false; return false;
}, },
child: getRawPointerAndKeyBody(Scaffold( child: Scaffold(
// workaround for https://github.com/rustdesk/rustdesk/issues/3131 // workaround for https://github.com/rustdesk/rustdesk/issues/3131
floatingActionButtonLocation: keyboardIsVisible floatingActionButtonLocation: keyboardIsVisible
? FABLocation(FloatingActionButtonLocation.endFloat, 0, -35) ? FABLocation(FloatingActionButtonLocation.endFloat, 0, -35)
@ -281,7 +281,7 @@ class _RemotePageState extends State<RemotePage> {
: Offstage(), : Offstage(),
], ],
)), )),
body: Overlay( body: getRawPointerAndKeyBody(Overlay(
initialEntries: [ initialEntries: [
OverlayEntry(builder: (context) { OverlayEntry(builder: (context) {
return Container( return Container(