mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Fix view in room thread action when navigated from thread list
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user