Use SimpleFeatureEntryPoint when possible.
This commit is contained in:
+1
-1
@@ -261,7 +261,7 @@ class PreferencesFlowNode(
|
||||
.build()
|
||||
}
|
||||
is NavTarget.OssLicenses -> {
|
||||
openSourceLicensesEntryPoint.getNode(this, buildContext)
|
||||
openSourceLicensesEntryPoint.createNode(this, buildContext)
|
||||
}
|
||||
NavTarget.AccountDeactivation -> {
|
||||
accountDeactivationEntryPoint.createNode(this, buildContext)
|
||||
|
||||
Reference in New Issue
Block a user