mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user