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:
commit
1a1ba80188
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user