Drop redundant table/model updates on remove

Already done in commit row, and also breaks animation.
This commit is contained in:
Davide De Rosa 2018-11-04 09:14:54 +01:00
parent 8e445e90b3
commit 3f5d23a34c
1 changed files with 0 additions and 3 deletions

View File

@ -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