Merge branch 'bugfix/PRODDEF-1280' into 'develop'

Accessibility focus getting struck in View not going to tabbar

### Summary
Accessibility focus getting struck in View not going to tabbar.

### JIRA Ticket
https://onejira.verizon.com/browse/PRODDEF-1280

Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>
Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/981
This commit is contained in:
Pfeil, Scott Robert 2023-07-24 14:50:12 +00:00
commit e876ebca2a

View File

@ -55,7 +55,6 @@ open class ThreeLayerTableViewController: ProgrammaticTableViewController {
createViewForTableHeader()
createViewForTableFooter()
tableView?.reloadData()
accessibilityElements = [tableView as Any]
}
override open func viewDidLoad() {