Animate profile removal
Could only notice difference on iPad.
This commit is contained in:
parent
d4484f3307
commit
2aa4008a08
|
@ -131,7 +131,9 @@ extension ProfileView {
|
|||
}
|
||||
|
||||
private func removeProfile() {
|
||||
profileManager.removeProfiles(withIds: [header.id])
|
||||
withAnimation {
|
||||
profileManager.removeProfiles(withIds: [header.id])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue