Dark Theme - Bug Fix

Recents List: some room avatars have an unexpected black background.
We apply here the new property `defaultBackgroundColor` defined in MXKImageView class to initialize correctly image background.
This commit is contained in:
Giom Foret
2017-08-14 19:11:13 +02:00
parent 0faee0ce56
commit bd2d7281bb
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
self.contactInformationLabel.textColor = kRiotSecondaryTextColor;
// Clear the default background color of a MXKImageView instance
self.thumbnailView.backgroundColor = [UIColor clearColor];
self.thumbnailView.defaultBackgroundColor = [UIColor clearColor];
}
- (void)layoutSubviews