Cleanup ActivatePeer #803
Labels
enhancement
Proposed change to current functionality
java-interop
Runtime bridge between .NET and Java
Milestone
Commit cba6137 added
JniValueManager.ActivatePeer()
:However, no code paths actually provide
self
; whenself
isn't null, that's a different code path:https://github.com/xamarin/java.interop/blob/main/src/Java.Interop/Java.Interop/ManagedPeer.cs#L107-L110
The
self
parameter should be removed.The text was updated successfully, but these errors were encountered: