if pop to current view controller, stop pop method
This commit is contained in:
parent
14a06fde09
commit
3a3205bd86
@ -177,7 +177,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (self.navigationObject.viewController) {
|
||||
if (self.navigationObject.viewController && (self.navigationObject.viewController != [[self.navigationObject.navigationController viewControllers] lastObject])) {
|
||||
[self.navigationObject.navigationController popToViewController:self.navigationObject.viewController animated:self.navigationObject.animated];
|
||||
} else {
|
||||
[self markAsFinished];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user