Merge branch 'gil/pre_release_fixes' into gil/4498_Handle_space_link

This commit is contained in:
Gil Eluard
2021-09-22 16:58:28 +02:00
113 changed files with 2117 additions and 325 deletions
@@ -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