LockScreen : fix one more navigation issue

This commit is contained in:
ganfra 2023-11-07 18:22:40 +01:00
parent 67bdb78f98
commit 04afa8c200
9 changed files with 73 additions and 42 deletions

View file

@ -146,7 +146,7 @@ class FtueFlowNode @AssistedInject constructor(
}
NavTarget.LockScreenSetup -> {
val callback = object : LockScreenEntryPoint.Callback {
override fun onSetupCompleted() {
override fun onSetupDone() {
lifecycleScope.launch { moveToNextStep() }
}
}