mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix theming in RoomsListViewController and RecentRoomTableViewCell.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#import "RecentRoomTableViewCell.h"
|
||||
|
||||
#import "MXRoomSummary+Riot.h"
|
||||
#import "ThemeService.h"
|
||||
#import "RiotShareExtension-Swift.h"
|
||||
|
||||
@interface RecentRoomTableViewCell ()
|
||||
|
||||
@@ -44,6 +46,14 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.roomTitleLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.contentView.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[super layoutSubviews];
|
||||
|
||||
Reference in New Issue
Block a user