mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fix theming in ShareViewController and FallbackViewController.
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
#import "ShareDataSource.h"
|
||||
#import "ShareExtensionManager.h"
|
||||
|
||||
#import "ThemeService.h"
|
||||
#import "RiotShareExtension-Swift.h"
|
||||
|
||||
|
||||
@interface ShareViewController ()
|
||||
|
||||
@@ -44,6 +47,10 @@
|
||||
{
|
||||
[super viewDidLoad];
|
||||
|
||||
self.view.tintColor = ThemeService.shared.theme.tintColor;
|
||||
self.tittleLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.masterContainerView.backgroundColor = ThemeService.shared.theme.baseColor;
|
||||
|
||||
self.shareExtensionManagerDidUpdateAccountDataObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kShareExtensionManagerDidUpdateAccountDataNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notif) {
|
||||
|
||||
[self configureViews];
|
||||
|
||||
Reference in New Issue
Block a user