code review changes

This commit is contained in:
Michael Chen 2018-06-11 14:28:29 -04:00
parent dbedbfeac1
commit c398be416b

View File

@ -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 {