Rename fun.
This commit is contained in:
parent
93b1c9e597
commit
725e6c9855
5 changed files with 5 additions and 5 deletions
|
|
@ -345,7 +345,7 @@ class MessagesFlowNode(
|
|||
}
|
||||
val params = ForwardEntryPoint.Params(navTarget.eventId, timelineProvider)
|
||||
val callback = object : ForwardEntryPoint.Callback {
|
||||
override fun onForwardDone(roomIds: List<RoomId>) {
|
||||
override fun onDone(roomIds: List<RoomId>) {
|
||||
backstack.pop()
|
||||
roomIds.singleOrNull()?.let { roomId ->
|
||||
callbacks.forEach { it.openRoom(roomId) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue