Reskin: Fix navigation bar background after accepting an invite

This commit is contained in:
manuroe
2019-02-18 10:59:57 +01:00
parent 7f245de855
commit ea754a55a6
@@ -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);
}