We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AndroidTypeManager
1 parent 798d170 commit 5468780Copy full SHA for 5468780
src/Mono.Android/Android.Runtime/JNIEnvInit.cs
@@ -77,7 +77,7 @@ static Type TypeGetType (string typeName) =>
77
JniType.GetCachedJniType (ref jniType, className);
78
79
ReadOnlySpan<char> methods = new ReadOnlySpan<char> ((void*) methods_ptr, methods_len);
80
- ((AndroidTypeManager)androidRuntime!.TypeManager).RegisterNativeMembers (jniType, type, methods);
+ androidRuntime!.TypeManager.RegisterNativeMembers (jniType, type, methods);
81
}
82
83
// NOTE: should have different name than `Initialize` to avoid:
0 commit comments