Animate profile removal

Fade into WelcomeView.
This commit is contained in:
Davide De Rosa 2022-05-03 13:10:58 +02:00
parent ca49d8bfc6
commit b9248cbb89
1 changed files with 3 additions and 1 deletions

View File

@ -195,7 +195,9 @@ extension OrganizerView {
presentedProfileId = nil
}
profileManager.removeProfiles(withIds: toDelete)
withAnimation {
profileManager.removeProfiles(withIds: toDelete)
}
}
private func performMigrationsIfNeeded() {