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

Commit ea3c474a authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Allow rapid request/release of pointer capture" into tm-dev am: 5b22099c am: b2d8333a" into tm-d1-dev-plus-aosp
parents cd92eea2 1ed5e897
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.");