Guess you are using an ArrayAdapter ? Or did you impelment your own Filter ? If so don't forget to call notifyDataSetChanged()... Also it might simply be selecting the first element of your "old" list...
On 21 jun, 08:29, HeyYouThere <[email protected]> wrote: > Here goes: > > I have a very simple listview going on. The list just consists of > strings, when you click the string it opens a new activity blah blah. > Here's the problem, I enabled settextfilter and while it did filter > the list, when you click the result, it always performs the action of > the string located at zero, and not the one it is supposed to. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

