Skip to content

Commit be644f8

Browse files
committed
Bring in the rest of relevant changes from #10402
1 parent 002d827 commit be644f8

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
@@ -68,7 +68,6 @@ static void init (IntPtr jnienv, IntPtr klass, IntPtr classLoader)
6868
XA_Host_NativeAOT_OnInit ();
6969

7070
transition = new JniTransition (jnienv);
71-
XA_Host_NativeAOT_OnInit ();
7271

7372
var handler = Java.Lang.Thread.DefaultUncaughtExceptionHandler;
7473
Java.Lang.Thread.DefaultUncaughtExceptionHandler = new UncaughtExceptionMarshaler (handler);

0 commit comments

Comments
 (0)