fix(Touchpad): Fix #58

This commit is contained in:
alexytomi 2025-08-01 23:36:25 +08:00
parent f37ebfada1
commit 9caa9f14c8

View File

@ -71,7 +71,6 @@ public class AndroidPointerCapture implements ViewTreeObserver.OnWindowFocusChan
public void handleAutomaticCapture() {
if (!CallbackBridge.isGrabbing() // Only capture if not in menu and user said so
&& !PREF_MOUSE_GRAB_FORCE) {
mTouchpad.disable();
return;
}
if (mHostView.hasPointerCapture()) {