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.
1 parent 68be8d8 commit 9e28681Copy full SHA for 9e28681
src/Mono.Android/Android.Runtime/JNIEnv.cs
@@ -192,6 +192,10 @@ internal static unsafe void Initialize (JnienvInitializeArgs* args)
192
}
193
194
195
+#if !MONOANDROID1_0
196
+ SynchronizationContext.SetSynchronizationContext (Android.App.Application.SynchronizationContext);
197
+#endif
198
+
199
if (logTiming) {
200
monodroid_timing_stop (total_timing_sequence, "JNIEnv.Initialize end");
201
0 commit comments