You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nullability annotations seem to cause warnings due to
`-Wnullability-completeness`. Correctly annotating the types as
`_Nullable JavaVM * _Nonnull` seems to not work across Swift and C/C++.
Rather than try to force this, simply avoid the nullability annotations.
Clear up the method registration which was never being invoked due to an
early return in the success case.
0 commit comments