Rename fun.

This commit is contained in:
Benoit Marty 2025-10-29 09:04:58 +01:00
parent 93b1c9e597
commit 725e6c9855
5 changed files with 5 additions and 5 deletions

View file

@ -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) }