Jump to thread table view when view appears
This fixes the issue where people can’t get past the navigation title
This commit is contained in:
parent
8f3caba089
commit
1c236859ab
|
@ -104,6 +104,12 @@ extension ThreadViewController {
|
|||
|
||||
tableView.deselectRow(with: transitionCoordinator, animated: animated)
|
||||
}
|
||||
|
||||
override func viewDidAppear(_ animated: Bool) {
|
||||
super.viewDidAppear(animated)
|
||||
|
||||
UIAccessibility.post(notification: .screenChanged, argument: tableView)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue