mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 22:26:56 -04:00
fix(Touchpad): Fix #58
This commit is contained in:
parent
f37ebfada1
commit
9caa9f14c8
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user