mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
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:
@@ -36,7 +36,7 @@
|
||||
|
||||
// Round image view
|
||||
self.iconImageView.clipsToBounds = YES;
|
||||
self.iconImageView.backgroundColor = [UIColor clearColor];
|
||||
self.iconImageView.defaultBackgroundColor = [UIColor clearColor];
|
||||
}
|
||||
|
||||
- (void)render:(id<MXKDirectoryServerCellDataStoring>)cellData
|
||||
|
||||
Reference in New Issue
Block a user