Jeff Lockhart
07/09/2022, 9:44 PM-trw
. But the issue is that the main dispatch queue isn't started, so code dispatched to the main thread is never run. This is true using either dispatch_sync(dispatch_get_main_queue())
or coroutines withContext(Dispatchers.Main)
. I created a YouTrack issue.