mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Added a comment about why we're setting a click handler
This commit is contained in:
parent
fb223ea61d
commit
e49fdc9913
@ -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 New Issue
Block a user