Conference call banner: hide the 1px separator view that rendered badly with the banner

This commit is contained in:
manuroe
2016-09-06 13:42:10 +02:00
parent 342f102c2a
commit 7cd768d708
@@ -162,6 +162,9 @@
self.backgroundColor = kVectorColorPinkRed;
self.messageTextView.backgroundColor = kVectorColorPinkRed;
// Hide the separator to display correctly the red pink conf call banner
self.separatorView.hidden = YES;
}
- (void)displayScrollToBottomIcon:(NSUInteger)newMessagesCount onIconTapGesture:(void (^)(void))onIconTapGesture
@@ -210,8 +213,10 @@
- (void)reset
{
self.separatorView.hidden = NO;
self.backgroundColor = UIColor.clearColor;
[self resetIcon];
[self resetMessage];
}