diff --git a/Passepartout/App/Views/OrganizerView+Profiles.swift b/Passepartout/App/Views/OrganizerView+Profiles.swift index 0a76bca2..ad56b04b 100644 --- a/Passepartout/App/Views/OrganizerView+Profiles.swift +++ b/Passepartout/App/Views/OrganizerView+Profiles.swift @@ -195,7 +195,9 @@ extension OrganizerView { presentedProfileId = nil } - profileManager.removeProfiles(withIds: toDelete) + withAnimation { + profileManager.removeProfiles(withIds: toDelete) + } } private func performMigrationsIfNeeded() {