can i call 2 functions from when? something like t...
# android
m
can i call 2 functions from when? something like this:
Copy code
when(viewId) {
R.id.some -> fun1(), fun2()
}