mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
The theme defined in the application is not applied to all UI components (#6532)
* The theme defined in the application is not applied to all UI components
This commit is contained in:
@@ -3920,6 +3920,10 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
// The user wants to select this theme
|
||||
RiotSettings.shared.userInterfaceTheme = newTheme;
|
||||
ThemeService.shared.themeId = newTheme;
|
||||
|
||||
// This is a hack to force the background colour of the container view of the navigation controller
|
||||
// This is needed only for hot theme update as the UIViewControllerWrapperView of the RioNavigationController is not updated
|
||||
self.view.superview.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
|
||||
[self updateSections];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user