lib
lib
/
com.github.mnemotechnician.mkui.extensions
/
runUi
run
Ui
fun
runUi
(
block
:
(
)
->
Unit
)
Runs the function on the ui thread. Equivalent to
Core.app.post
.