LockScreen : fix one more navigation issue
This commit is contained in:
parent
67bdb78f98
commit
04afa8c200
9 changed files with 73 additions and 42 deletions
|
|
@ -146,7 +146,7 @@ class FtueFlowNode @AssistedInject constructor(
|
|||
}
|
||||
NavTarget.LockScreenSetup -> {
|
||||
val callback = object : LockScreenEntryPoint.Callback {
|
||||
override fun onSetupCompleted() {
|
||||
override fun onSetupDone() {
|
||||
lifecycleScope.launch { moveToNextStep() }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue