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

Commit 23769927 authored by Adrian Roos's avatar Adrian Roos Committed by Automerger Merge Worker
Browse files

Merge "Use dispatching for forgetCancellationSignal" into udc-qpr-dev am: 41772b9c am: 9579c4f5

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

    @Override