Spinner onItemSelected() not being called
I set an initial value to the users
MutableList:
var users: MutableList<String> = mutableListOf("Choose User")
and now onItemSelected()
is successfully being called.
I set an initial value to the users
MutableList:
var users: MutableList<String> = mutableListOf("Choose User")
and now onItemSelected()
is successfully being called.