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

Commit 41772b9c authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Use dispatching for forgetCancellationSignal" into udc-qpr-dev

parents 350f95c8 a21f66d8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -451,7 +451,9 @@ final class RemoteInputConnectionImpl extends IRemoteInputConnection.Stub {
        if (mBeamer == null) {
            return;
        }
        dispatch(() -> {
            mBeamer.forget(token);
        });
    }

    @Override