mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 21:02:04 +00:00
Drop annoying table animations
This commit is contained in:
parent
9292919816
commit
a59d16077b
@ -293,7 +293,7 @@ extension EndpointViewController: UITableViewDataSource, UITableViewDelegate {
|
|||||||
|
|
||||||
setNeedsRefresh()
|
setNeedsRefresh()
|
||||||
commitChanges()
|
commitChanges()
|
||||||
tableView.reloadRows(at: updatedIndexPaths, with: .automatic)
|
tableView.reloadRows(at: updatedIndexPaths, with: .none)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: Helpers
|
// MARK: Helpers
|
||||||
|
@ -902,7 +902,7 @@ extension ServiceViewController: UITableViewDataSource, UITableViewDelegate, Tog
|
|||||||
guard service.isActiveProfile(profile) else {
|
guard service.isActiveProfile(profile) else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
tableView.reloadRows(at: [statusIndexPath], with: .automatic)
|
tableView.reloadRows(at: [statusIndexPath], with: .none)
|
||||||
}
|
}
|
||||||
|
|
||||||
func reloadSelectedRow(andRowAt indexPath: IndexPath? = nil) {
|
func reloadSelectedRow(andRowAt indexPath: IndexPath? = nil) {
|
||||||
|
Loading…
Reference in New Issue
Block a user