Room input toolbars: Hide separator.

This commit is contained in:
SBiOSoftWhare
2020-07-06 20:51:04 +02:00
parent 61bb82cf6e
commit 1fe6a7006b
2 changed files with 10 additions and 5 deletions
@@ -39,6 +39,13 @@
}
}
- (void)awakeFromNib
{
[super awakeFromNib];
self.separatorView.hidden = YES;
}
#pragma mark - Override MXKView
-(void)customizeViewRendering
@@ -48,8 +55,6 @@
// Remove default toolbar background color
self.backgroundColor = [UIColor clearColor];
self.separatorView.backgroundColor = ThemeService.shared.theme.lineBreakColor;
self.disabledReasonTextView.font = [UIFont systemFontOfSize:15];
self.disabledReasonTextView.textColor = ThemeService.shared.theme.textPrimaryColor;
self.disabledReasonTextView.tintColor = ThemeService.shared.theme.tintColor;