Skip scrolling to active profile

This commit is contained in:
Davide De Rosa 2019-04-10 16:49:43 +02:00
parent ff8d57e9f0
commit c598011abc
1 changed files with 0 additions and 3 deletions

View File

@ -104,9 +104,6 @@ class OrganizerViewController: UITableViewController, TableModelHost {
reloadModel()
tableView.reloadData()
if let ip = selectedIndexPath {
tableView.scrollToRowAsync(at: ip)
}
service.delegate = self
}