Merge pull request #1401 from vector-im/riot_681

Bug Fix: Room settings, ticks are badly refreshed
This commit is contained in:
giomfo 2017-07-19 15:41:12 +02:00 committed by GitHub
commit 01113d69a7

View file

@ -283,7 +283,7 @@
} }
} }
} }
else if (checkBox.tag) else if (!isSelected && checkBox.tag)
{ {
checkBox.image = [UIImage imageNamed:@"selection_untick"]; checkBox.image = [UIImage imageNamed:@"selection_untick"];
checkBox.tag = 0; checkBox.tag = 0;