Updating the room list on the home screen as soon as possible instead of waiting for the first sync response.

This commit is contained in:
Stefan Ceriu 2022-03-16 11:42:01 +02:00
parent 1ca3448ca3
commit 59e42ec938

View File

@ -82,6 +82,8 @@ final class HomeScreenCoordinator: Coordinator, Presentable {
self?.updateRoomsList()
}
}.store(in: &cancellables)
updateRoomsList()
}
// MARK: - Public