Skip to content

Commit

Permalink
chore: Do not show shouldPresentSyncDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
charlella committed Apr 23, 2024
1 parent fa79c5c commit 802ea6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mail/Views/Sync Profile/SyncProfileNavigationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ struct SyncProfileNavigationView: View {
SyncCopyPasswordView(navigationPath: $navigationPath)
case .installProfile:
SyncInstallProfileTutorialView()
.onAppear {
UserDefaults.shared.shouldPresentSyncDiscovery = false
}
}
}
.backButtonDisplayMode(.minimal)
Expand Down

0 comments on commit 802ea6d

Please sign in to comment.