Open
Description
Commit cba6137 added JniValueManager.ActivatePeer()
:
public abstract void ActivatePeer (
IJavaPeerable? self,
JniObjectReference reference,
ConstructorInfo cinfo,
object? []? argumentValues);
However, no code paths actually provide self
; when self
isn't null, that's a different code path:
The self
parameter should be removed.