mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Refactor views
This commit is contained in:
@@ -45,9 +45,9 @@ struct OnboardingSheetView: View {
|
||||
// Migration screen is now page 2 (when present)
|
||||
if hasLegacyData, let binding = Binding($legacyItems) {
|
||||
OnboardingMigrationScreen(
|
||||
items: binding,
|
||||
onContinue: advanceToNextPage,
|
||||
onSkip: advanceToNextPage
|
||||
onSkip: advanceToNextPage,
|
||||
items: binding
|
||||
)
|
||||
.tag(2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user