Merge branch 'bugfix/proddef_26055_2' into 'develop'
bugfix PRODDEF-26055 Issue #2 ### Summary added missing view to getAcessibilityElements func ### JIRA Ticket https://onejira.verizon.com/browse/PRODDEF-26055 Co-authored-by: Arun Kumar Chintakrinda <arun.kumar.chintakrinda@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1164
This commit is contained in:
commit
3d6d7c0cad
@ -345,7 +345,11 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
||||
}
|
||||
|
||||
@objc public func getAccessibilityElements() -> [Any]? {
|
||||
[tabs]
|
||||
//forcing lazy view load to have accessibility elements available in time for the accessibility manager
|
||||
guard let navigationControllerView = subNavigationController.view else {
|
||||
return [tabs]
|
||||
}
|
||||
return [tabs, navigationControllerView]
|
||||
}
|
||||
|
||||
open override func observeForResponseJSONUpdates() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user