ListView.setItemChecked(p, false) always clears all items.
This fixes the bug where, in SINGLE_CHOICE_MODE, calling ListView.setItemChecked(x, false) would always uncheck all items, even if another item, y, was currently checked.
Loading
Please register or sign in to comment