Added a comment about why we're setting a click handler
This commit is contained in:
parent
fb223ea61d
commit
e49fdc9913
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,8 @@ public class MessageList
|
|||
}
|
||||
else if (mSelectedWidget == WIDGET_MULTISELECT)
|
||||
{
|
||||
// In multiselect mode make sure that clicking on the item results in
|
||||
// toggling the 'selected' checkbox
|
||||
CheckBox selected = (CheckBox) v.findViewById(R.id.selected_checkbox);
|
||||
selected.setChecked(!selected.isChecked());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue