LockScreen : fix one more navigation issue

This commit is contained in:
ganfra 2023-11-07 18:22:40 +01:00
parent a5e098dd1f
commit 41517614c8
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() }
}
}