Merge branch 'bugfix/poptocurrentpage' into 'develop'
if pop to current view controller, stop pop method See merge request BPHV_MIPS/mvm_core!33
This commit is contained in:
commit
de6b6b3e6d
@ -177,7 +177,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self.navigationObject.viewController) {
|
if (self.navigationObject.viewController && (self.navigationObject.viewController != self.navigationObject.navigationController.topViewController)) {
|
||||||
[self.navigationObject.navigationController popToViewController:self.navigationObject.viewController animated:self.navigationObject.animated];
|
[self.navigationObject.navigationController popToViewController:self.navigationObject.viewController animated:self.navigationObject.animated];
|
||||||
} else {
|
} else {
|
||||||
[self markAsFinished];
|
[self markAsFinished];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user