code review changes
This commit is contained in:
parent
dbedbfeac1
commit
c398be416b
@ -268,7 +268,7 @@
|
||||
[self.navigationObject.viewController removeFromParentViewController];
|
||||
[self markAsFinished];
|
||||
if (self.delegate && [self.delegate respondsToSelector:@selector(navigationController:interactiveTransitionWasCanceled:)]) {
|
||||
[self.delegate navigationController:self.navigationObject.navigationController interactiveTransitionWasCanceled: true];
|
||||
[self.delegate navigationController:self.navigationObject.navigationController interactiveTransitionWasCanceled:true];
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user