Skip scrolling to active profile
This commit is contained in:
parent
ff8d57e9f0
commit
c598011abc
|
@ -104,9 +104,6 @@ class OrganizerViewController: UITableViewController, TableModelHost {
|
||||||
reloadModel()
|
reloadModel()
|
||||||
|
|
||||||
tableView.reloadData()
|
tableView.reloadData()
|
||||||
if let ip = selectedIndexPath {
|
|
||||||
tableView.scrollToRowAsync(at: ip)
|
|
||||||
}
|
|
||||||
|
|
||||||
service.delegate = self
|
service.delegate = self
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue