Node: fix compilation after changes
This commit is contained in:
parent
3ba219c975
commit
a52db06546
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