diff --git a/Riot/Views/TableViewCell/TableViewCellWithCheckBoxes.m b/Riot/Views/TableViewCell/TableViewCellWithCheckBoxes.m index 283d6e353..be3a01d45 100644 --- a/Riot/Views/TableViewCell/TableViewCellWithCheckBoxes.m +++ b/Riot/Views/TableViewCell/TableViewCellWithCheckBoxes.m @@ -283,7 +283,7 @@ } } } - else if (checkBox.tag) + else if (!isSelected && checkBox.tag) { checkBox.image = [UIImage imageNamed:@"selection_untick"]; checkBox.tag = 0;