testing flag
This commit is contained in:
parent
4bf30550ef
commit
39fd541f56
@ -119,7 +119,9 @@ open class NavigationOperation: MVMCoreOperation, UINavigationControllerDelegate
|
|||||||
toNavigationControllerViewControllers = viewControllers
|
toNavigationControllerViewControllers = viewControllers
|
||||||
NavigationHandler.shared().onNavigation.send((.willNavigate, self))
|
NavigationHandler.shared().onNavigation.send((.willNavigate, self))
|
||||||
guard !checkAndHandleForCancellation() else { return }
|
guard !checkAndHandleForCancellation() else { return }
|
||||||
navigationController.setViewControllers(viewControllers, animated: animated)
|
if viewControllers.count > 0 {
|
||||||
|
navigationController.setViewControllers(viewControllers, animated: animated)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Has the navigation controller pop.
|
/** Has the navigation controller pop.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user