You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To me this feels like a bug, as I understand it the whole point of adatper.getItemText() is to allow implementers to override and provide their own String based on the item. So getItemText should be used in the places marked above.
Selected Item shows with
.toString()
but must be withadapter.getItemText(position)
The text was updated successfully, but these errors were encountered: