Merge branch 'bugfix/prepay_sub_nav_titles' into 'develop'

Fixes subnav titles for legacy controllers.

See merge request BPHV_MIPS/mvm_core_ui!820
This commit is contained in:
Bruce, Matt R 2022-03-23 16:33:24 +00:00
commit dfb00a1f96

View File

@ -208,7 +208,7 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
}
/// Handles when the controller has committed to be changed.
private func commitTo(controller: UIViewController) {
open func commitTo(controller: UIViewController) {
guard let index = index,
index != tabs.selectedIndex else { return }
viewController = controller