mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
Animate profile removal
Fade into WelcomeView.
This commit is contained in:
parent
ca49d8bfc6
commit
b9248cbb89
@ -195,7 +195,9 @@ extension OrganizerView {
|
||||
presentedProfileId = nil
|
||||
}
|
||||
|
||||
profileManager.removeProfiles(withIds: toDelete)
|
||||
withAnimation {
|
||||
profileManager.removeProfiles(withIds: toDelete)
|
||||
}
|
||||
}
|
||||
|
||||
private func performMigrationsIfNeeded() {
|
||||
|
Loading…
Reference in New Issue
Block a user