Merge branch 'bugfix/subnav_threading' into 'release/10_1_0'
fix threading issue See merge request BPHV_MIPS/mvm_core_ui!895
This commit is contained in:
commit
4d9a9e74f7
@ -145,7 +145,9 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
|||||||
|
|
||||||
open func shouldContinue(toErrorPage loadObject: MVMCoreLoadObject, error: MVMCoreErrorObject?) -> Bool {
|
open func shouldContinue(toErrorPage loadObject: MVMCoreLoadObject, error: MVMCoreErrorObject?) -> Bool {
|
||||||
// Push error screens so they do not replace the tab page.
|
// Push error screens so they do not replace the tab page.
|
||||||
loadObject.requestParameters?.navigationController = navigationController
|
MVMCoreDispatchUtility.performSyncBlock(onMainThread: {
|
||||||
|
loadObject.requestParameters?.navigationController = self.navigationController
|
||||||
|
})
|
||||||
loadObject.requestParameters?.loadStyle = .push
|
loadObject.requestParameters?.loadStyle = .push
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user