mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 23:28:52 -04:00
Merge pull request #59 from AngelAuraMC/fix/revert-forced-grabbing
fix(Touchpad): Fix #58
This commit is contained in:
commit
223ba908f8
@ -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