[Spaces] M10.8 Browsing users in a space #4682

- Update after code review
This commit is contained in:
Gil Eluard
2021-09-14 16:59:32 +02:00
parent 6caad7f61c
commit 21f5d73b6f
3 changed files with 6 additions and 4 deletions
@@ -67,7 +67,7 @@ final class AppCoordinator: NSObject, AppCoordinatorType {
init(router: RootRouterType, window: UIWindow) {
self.rootRouter = router
self.customSchemeURLParser = CustomSchemeURLParser()
self.userSessionsService = UserSessionsService()
self.userSessionsService = UserSessionsService.shared
super.init()