added comment

This commit is contained in:
Arun Kumar Chintakrinda 2024-08-06 17:18:56 +05:30
parent 100ede48fa
commit 2ce1b671bd

View File

@ -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]
}