```fun showSomething() = runOnUiThread { // To...
# android
m
Copy code
fun showSomething() = runOnUiThread {
    // Touch views here
}