I use setOnItemSelectedListener on a spinner.
The listener is triggered if I change the selection but not if I select the same item that is already selected.
I need to be nofified even if the user select the same item that is already selected.
I tought about using setOnItemClickListener but it is not supported by the Spinner.
Any hints ?
TIA