bugfix PRODDEF-26055 Issue #2, added missing view to getAcessibilityElements func

This commit is contained in:
Arun Kumar Chintakrinda 2024-08-05 20:25:24 +05:30
parent d69722c431
commit 0d6fc3d15d

View File

@ -345,7 +345,7 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
}
@objc public func getAccessibilityElements() -> [Any]? {
[tabs]
[tabs, subNavigationController.view!]
}
open override func observeForResponseJSONUpdates() {