mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Add Flow coordinator and hook up screens.
This commit is contained in:
-5
@@ -35,11 +35,6 @@ class TemplateRoomListService: TemplateRoomListServiceProtocol {
|
||||
init(session: MXSession) {
|
||||
self.session = session
|
||||
self.roomsSubject = CurrentValueSubject(session.rooms.map(TemplateRoomListRoom.init(mxRoom:)))
|
||||
// self.listenerReference = setupPresenceListener()
|
||||
}
|
||||
|
||||
deinit {
|
||||
// guard let reference = listenerReference else { return }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user