Skip to content Skip to sidebar Skip to footer

Listview No Longer Reacts To Onclick After A Call To Setselection()

In Zwitscher I have a ListView that displays a number of tweets. The user can then reload the timeline and if there are new tweets, the new list is loaded into the list adapter (pl

Solution 1:

I could not reproduce that. onItemClick() is called after any setSelection. Try to isolate the problem down by creating a test case that reproduces. If you succeed, I thing you should submit a bug to android.


Post a Comment for "Listview No Longer Reacts To Onclick After A Call To Setselection()"