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:
commit
e876ebca2a
@ -55,7 +55,6 @@ open class ThreeLayerTableViewController: ProgrammaticTableViewController {
|
||||
createViewForTableHeader()
|
||||
createViewForTableFooter()
|
||||
tableView?.reloadData()
|
||||
accessibilityElements = [tableView as Any]
|
||||
}
|
||||
|
||||
override open func viewDidLoad() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user