I have a ListActivity that implements onListItemClick() and calls a doSomething() function of the class. The latter contains l.s
ListActivity
onListItemClick()
doSomething()
l.s
For me the solution to this problem was:
listView.clearChoices();