From 8ddee12e431cd76af139c221006d58125091ab21 Mon Sep 17 00:00:00 2001 From: Giom Foret Date: Wed, 19 Jul 2017 15:23:19 +0200 Subject: [PATCH] Bug Fix: Room settings, ticks are badly refreshed #681 --- Riot/Views/TableViewCell/TableViewCellWithCheckBoxes.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;