Implement thread list long press actions, fix #5310

This commit is contained in:
ismailgulek
2022-01-05 13:26:13 +03:00
parent 7452494710
commit b0c7d811ab
9 changed files with 131 additions and 5 deletions
@@ -151,6 +151,10 @@ extension ThreadsCoordinator: ThreadListCoordinatorDelegate {
self.add(childCoordinator: roomCoordinator)
}
func threadListCoordinatorDidSelectRoom(_ coordinator: ThreadListCoordinatorProtocol, roomId: String, eventId: String) {
self.delegate?.threadsCoordinatorDidSelect(self, roomId: roomId, eventId: eventId)
}
func threadListCoordinatorDidCancel(_ coordinator: ThreadListCoordinatorProtocol) {
self.delegate?.threadsCoordinatorDidComplete(self)
}