Room directory : start branching join event

This commit is contained in:
ganfra
2024-03-25 20:10:16 +01:00
parent 967c1b1a02
commit 83b6875394
8 changed files with 39 additions and 100 deletions

View File

@@ -389,7 +389,7 @@ class LoggedInFlowNode @AssistedInject constructor(
NavTarget.RoomDirectorySearch -> {
roomDirectoryEntryPoint.nodeBuilder(this, buildContext)
.callback(object : RoomDirectoryEntryPoint.Callback {
override fun onRoomJoined(roomId: RoomId) {
override fun onJoinRoom(roomId: RoomId) {
coroutineScope.launch { attachRoom(roomId) }
}
})