Node: fix compilation after changes
This commit is contained in:
parent
f57a2a694d
commit
476ddd6d8e
2 changed files with 10 additions and 10 deletions
|
|
@ -68,8 +68,8 @@ class RoomFlowNode @AssistedInject constructor(
|
|||
) {
|
||||
|
||||
interface LifecycleCallback : NodeLifecycleCallback {
|
||||
fun onFlowCreated(owner: String, room: MatrixRoom) = Unit
|
||||
fun onFlowReleased(owner: String, room: MatrixRoom) = Unit
|
||||
fun onFlowCreated(identifier: String, room: MatrixRoom) = Unit
|
||||
fun onFlowReleased(identifier: String, room: MatrixRoom) = Unit
|
||||
}
|
||||
|
||||
data class Inputs(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue