Commits

Brett Chabot authored 845df82084a
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.