Hello, guys
Still no updates on the bug described here?
I really need to find a solution for this problem: I have a tableView with headers, and when I select an item, I want other items to loose their checked property (to get de-selected). I did this on iPhone by updating the other rows, but on Android it won't work because of the bug that still persists. I also tried to delete the rows and add them again, but the row deletion has the same problem (something with indexes).
Do you know any workarounds?