Room input toolbars: Revert separators.

This commit is contained in:
SBiOSoftWhare
2020-07-10 16:43:20 +02:00
parent 4b04c2b929
commit b17bce3f7d
3 changed files with 15 additions and 13 deletions

View File

@@ -69,8 +69,6 @@
[self.rightInputToolbarButton setTitleColor:ThemeService.shared.theme.tintColor forState:UIControlStateHighlighted];
self.isEncryptionEnabled = _isEncryptionEnabled;
self.separatorView.hidden = YES;
}
#pragma mark - Override MXKView
@@ -81,6 +79,8 @@
// Remove default toolbar background color
self.backgroundColor = [UIColor clearColor];
self.separatorView.backgroundColor = ThemeService.shared.theme.lineBreakColor;
// Custom the growingTextView display
growingTextView.layer.cornerRadius = 0;