Merge remote-tracking branch 'origin/develop' into feature/molecule_replacement_behavior
This commit is contained in:
commit
f6640cc60b
@ -273,7 +273,7 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
|||||||
// Load controller from the cache
|
// Load controller from the cache
|
||||||
needToTrackTabSelect = true
|
needToTrackTabSelect = true
|
||||||
Task(priority: .userInitiated) {
|
Task(priority: .userInitiated) {
|
||||||
await NavigationHandler.shared().replace(viewController: controller, navigationController: subNavigationController, tryToReplace: false, animated: true)
|
await NavigationHandler.shared().replace(viewController: controller, navigationController:subNavigationController, delegateObject:delegateObject(), tryToReplace: false, animated: true)
|
||||||
}
|
}
|
||||||
} else if let tabsModel = tabs.tabsModel,
|
} else if let tabsModel = tabs.tabsModel,
|
||||||
let action = tabsModel.tabs[indexPath.row].action {
|
let action = tabsModel.tabs[indexPath.row].action {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user