Fix view in room thread action when navigated from thread list

This commit is contained in:
ismailgulek
2021-11-22 17:36:28 +03:00
parent 70346b827d
commit ea2bc4b67f
5 changed files with 82 additions and 36 deletions
@@ -21,6 +21,8 @@ import Foundation
protocol ThreadsCoordinatorDelegate: AnyObject {
func threadsCoordinatorDidComplete(_ coordinator: ThreadsCoordinatorProtocol)
func threadsCoordinatorDidSelect(_ coordinator: ThreadsCoordinatorProtocol, roomId: String, eventId: String?)
/// Called when the view has been dismissed by gesture when presented modally (not in full screen).
func threadsCoordinatorDidDismissInteractively(_ coordinator: ThreadsCoordinatorProtocol)
}