From c398be416bda10388b05abe0c09130c0ef1708f9 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Mon, 11 Jun 2018 14:28:29 -0400 Subject: [PATCH] code review changes --- .../MVMCore/PresentationHandling/MVMCoreNavigationOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m b/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m index 60dfd9e..bb4f7f8 100644 --- a/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m +++ b/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m @@ -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 {