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
Hey Sergio, could it be possible to display a hint even when the options list is empty? Currently the hint is not shown until an adapter is set with at least one option.
It looks like the getView() method of the spinner is not called when the options list getCount is 0, so the Hint view is never displayed in this case.
Thanks
The text was updated successfully, but these errors were encountered:
Hi Gustavo, I think that's not possible at the moment. As you say, getView is not called when the list is empty. Let me think if it's possible to change this behaviour without adding the hint to the list (which was my initial approach and was a big headache).
Hey Sergio, could it be possible to display a hint even when the options list is empty? Currently the hint is not shown until an adapter is set with at least one option.
It looks like the getView() method of the spinner is not called when the options list getCount is 0, so the Hint view is never displayed in this case.
Thanks
The text was updated successfully, but these errors were encountered: