views:

13

answers:

0

I have an ExpandableListActivity with a CursorTreeAdapter and CheckedTextView displayed. It's working fine on click (I have to toggle the CheckedTextView by hand but that's because this is an ExpandableListView) but when the adapter call requery on the cursor, items that are checked are not the right one (as equal as before).

Do you have any clue on what the problem is ?