It's not possible to join room from the RoomDirectory screen anymore.
Cleanup after #2827
This commit is contained in:
parent
f063268b0d
commit
5814de1efd
10 changed files with 16 additions and 149 deletions
|
|
@ -370,10 +370,6 @@ class LoggedInFlowNode @AssistedInject constructor(
|
|||
NavTarget.RoomDirectorySearch -> {
|
||||
roomDirectoryEntryPoint.nodeBuilder(this, buildContext)
|
||||
.callback(object : RoomDirectoryEntryPoint.Callback {
|
||||
override fun onRoomJoined(roomId: RoomId) {
|
||||
backstack.push(NavTarget.Room(roomId.toRoomIdOrAlias()))
|
||||
}
|
||||
|
||||
override fun onResultClicked(roomDescription: RoomDescription) {
|
||||
backstack.push(NavTarget.Room(roomDescription.roomId.toRoomIdOrAlias(), roomDescription))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue