Bug Fix: Chat screen: Wrong display after placing a conf call in a room with unsent messages.

#633
This commit is contained in:
giomfo
2016-09-19 10:23:19 +02:00
parent 6a67c095f6
commit 2f18be9658
@@ -72,6 +72,7 @@
self.messageTextView.attributedText = tappableNotif;
self.messageTextView.tintColor = kVectorColorPinkRed;
self.messageTextView.hidden = NO;
self.messageTextView.backgroundColor = [UIColor clearColor];
}
else
{