added comment
This commit is contained in:
parent
100ede48fa
commit
2ce1b671bd
@ -345,6 +345,7 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
||||
}
|
||||
|
||||
@objc public func getAccessibilityElements() -> [Any]? {
|
||||
//forcing lazy view load to have accessibility elements available in time for the accessibility manager
|
||||
guard let navigationControllerView = subNavigationController.view else {
|
||||
return [tabs]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user