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:
commit
dfb00a1f96
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user