Brett Chabot 845df82084 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.
2009-08-03 17:40:38 -07:00
..