Join Slack
Communities
Powered by
I figured it out. Kotlin runs the UI on a single t...
# getting-started
w
wilyarti
04/28/2018, 2:14 PM
I figured it out. Kotlin runs the UI on a single thread. I ran the heavy stuff using = withContext(CommonPool) {} and the UI became responsive again.
Open in Slack
Previous
Next