Skip to content

Commit 700715f

Browse files
committed
Bring in the rest of relevant changes from #10402
1 parent 0379c7a commit 700715f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.Android.Runtime.NativeAOT/Android.Runtime.NativeAOT/JavaInteropRuntime.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ static void init (IntPtr jnienv, IntPtr klass, IntPtr classLoader)
6161
XA_Host_NativeAOT_OnInit ();
6262

6363
transition = new JniTransition (jnienv);
64-
XA_Host_NativeAOT_OnInit ();
6564

6665
var handler = Java.Lang.Thread.DefaultUncaughtExceptionHandler;
6766
Java.Lang.Thread.DefaultUncaughtExceptionHandler = new UncaughtExceptionMarshaler (handler);

0 commit comments

Comments
 (0)