mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Conference call banner: hide the 1px separator view that rendered badly with the banner
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user