mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Prepare Dark Theme - Customize Riot view by using customizeViewRendering method.
https://github.com/vector-im/riot-meta/issues/22
This commit is contained in:
@@ -21,9 +21,11 @@
|
||||
|
||||
@implementation EncryptionInfoView
|
||||
|
||||
- (void)awakeFromNib
|
||||
#pragma mark - Override MXKView
|
||||
|
||||
-(void)customizeViewRendering
|
||||
{
|
||||
[super awakeFromNib];
|
||||
[super customizeViewRendering];
|
||||
|
||||
self.defaultTextColor = kRiotTextColorBlack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user