You should use `withContext` instead if you're awa...
# android
m
You should use
withContext
instead if you're awaiting an async result immediately with
async { ... }.await()
.
👍 1
1