https://kotlinlang.org logo
n

nwh

06/26/2018, 3:48 PM
Sorry to interrupt, but I have a quick question. Why can't I access the
ui
block in the
success
consumer of
runAsync
? ie
Copy code
runAsync { ... } success { ui { /* update stuff here */ } }