Pin : clean up after PR review #2692
This commit is contained in:
parent
765d3f72ad
commit
a1081b39bd
18 changed files with 155 additions and 68 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue