Drop redundant table/model updates on remove
Already done in commit row, and also breaks animation.
This commit is contained in:
parent
8e445e90b3
commit
3f5d23a34c
|
@ -453,9 +453,6 @@ extension OrganizerViewController: ConnectionServiceDelegate {
|
|||
func connectionService(didRemoveProfileWithKey key: ConnectionService.ProfileKey) {
|
||||
splitViewController?.serviceViewController?.hideProfileIfDeleted()
|
||||
TransientStore.shared.serialize() // delete
|
||||
|
||||
reloadModel()
|
||||
tableView.reloadData()
|
||||
}
|
||||
|
||||
// XXX: deactivate + activate leads to a redundant serialization
|
||||
|
|
Loading…
Reference in New Issue