Use method references, and avoid using navigateUp(): let the parent Node decide how to navigate.
This commit is contained in:
parent
f68087bc79
commit
bd8b234f59
3 changed files with 13 additions and 2 deletions
|
|
@ -338,6 +338,10 @@ class LoggedInFlowNode @AssistedInject constructor(
|
|||
)
|
||||
)
|
||||
}
|
||||
|
||||
override fun onDone() {
|
||||
backstack.pop()
|
||||
}
|
||||
}
|
||||
verifySessionEntryPoint
|
||||
.nodeBuilder(this, buildContext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue