Pin : clean up after PR review #2692

This commit is contained in:
ganfra 2024-05-20 16:01:52 +02:00
parent 765d3f72ad
commit a1081b39bd
18 changed files with 155 additions and 68 deletions

View file

@ -212,9 +212,7 @@ class PreferencesFlowNode @AssistedInject constructor(
createNode<EditUserProfileNode>(buildContext, listOf(inputs))
}
NavTarget.LockScreenSettings -> {
lockScreenEntryPoint.nodeBuilder(this, buildContext)
.target(LockScreenEntryPoint.Target.Settings)
.build()
lockScreenEntryPoint.nodeBuilder(this, buildContext, LockScreenEntryPoint.Target.Settings).build()
}
NavTarget.BlockedUsers -> {
createNode<BlockedUsersNode>(buildContext)