mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Merge branch 'gil/pre_release_fixes' into gil/4498_Handle_space_link
This commit is contained in:
@@ -77,6 +77,7 @@ final class AppCoordinator: NSObject, AppCoordinatorType {
|
||||
// MARK: - Public methods
|
||||
|
||||
func start() {
|
||||
self.setupLogger()
|
||||
self.setupTheme()
|
||||
|
||||
if BuildSettings.enableSideMenu {
|
||||
@@ -102,6 +103,9 @@ final class AppCoordinator: NSObject, AppCoordinatorType {
|
||||
}
|
||||
|
||||
// MARK: - Private methods
|
||||
private func setupLogger() {
|
||||
UILog.configure(logger: MatrixSDKLogger.self)
|
||||
}
|
||||
|
||||
private func setupTheme() {
|
||||
ThemeService.shared().themeId = RiotSettings.shared.userInterfaceTheme
|
||||
|
||||
Reference in New Issue
Block a user