Reskin: Fix navigation bar background after accepting an invite

This commit is contained in:
manuroe
2019-02-18 10:59:57 +01:00
parent 6d5279a4d5
commit 08fd2b013f
@@ -137,8 +137,7 @@
{
[super customizeViewRendering];
// Use same color as navigation bar
self.backgroundColor = ThemeService.shared.theme.baseColor;
self.backgroundColor = UIColor.clearColor;
self.displayNameTextField.textColor = (self.mxRoom.summary.displayname.length ? ThemeService.shared.theme.baseTextPrimaryColor : ThemeService.shared.theme.textSecondaryColor);
}