BugFix - Messages: missed notifs and unread msgs in the room list

https://github.com/vector-im/vector-ios/issues/290
This commit is contained in:
giomfo
2016-05-18 11:23:50 +02:00
parent e2aad60d72
commit dba7e0099f
9 changed files with 93 additions and 37 deletions
@@ -476,8 +476,8 @@
if (actionNumber.unsignedIntegerValue == MXKRoomMemberDetailsActionKick)
{
[cell.mxkButton setTitleColor:kVectorTextColorRed forState:UIControlStateNormal];
[cell.mxkButton setTitleColor:kVectorTextColorRed forState:UIControlStateHighlighted];
[cell.mxkButton setTitleColor:kVectorColorPinkRed forState:UIControlStateNormal];
[cell.mxkButton setTitleColor:kVectorColorPinkRed forState:UIControlStateHighlighted];
}
else
{