Rename fun.
This commit is contained in:
parent
70cbf3c090
commit
bf26a8b93c
5 changed files with 5 additions and 5 deletions
|
|
@ -92,6 +92,6 @@ class ForwardMessagesNode(
|
|||
}
|
||||
|
||||
private fun onForwardDone(roomIds: List<RoomId>) {
|
||||
callbacks.forEach { it.onForwardDone(roomIds) }
|
||||
callbacks.forEach { it.onDone(roomIds) }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class DefaultForwardEntryPointTest {
|
|||
)
|
||||
}
|
||||
val callback = object : ForwardEntryPoint.Callback {
|
||||
override fun onForwardDone(roomIds: List<RoomId>) = lambdaError()
|
||||
override fun onDone(roomIds: List<RoomId>) = lambdaError()
|
||||
}
|
||||
val params = ForwardEntryPoint.Params(
|
||||
eventId = AN_EVENT_ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue