Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2d8333a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Allow rapid request/release of pointer capture" into tm-dev am: 5b22099c

parents b60da679 5b22099c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5035,9 +5035,6 @@ public final class ViewRootImpl implements ViewParent,
    }

    void requestPointerCapture(boolean enabled) {
        if (mPointerCapture == enabled) {
            return;
        }
        final IBinder inputToken = getInputToken();
        if (inputToken == null) {
            Log.e(mTag, "No input channel to request Pointer Capture.");