From 005326f8e3d20814464b9187b0dfb9805c8ba597 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Fri, 15 Nov 2019 14:06:56 -0500 Subject: [PATCH 1/2] prepay spanish intercept. --- .../PresentationHandling/MVMCorePresentAnimationOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m index 797346c..a64e739 100644 --- a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m +++ b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m @@ -23,7 +23,7 @@ if (self = [super init]) { self.presentedViewController = presentedViewController; self.presentingViewController = presentingViewController; - self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen; + self.presentedViewController.modalPresentationStyle = UIModalPresentationAutomatic; self.animate = animated; } return self; From 3a36734f88185441b46a2300e4537a1c977df428 Mon Sep 17 00:00:00 2001 From: "Pan, Xinlei (Ryan)" Date: Fri, 15 Nov 2019 16:35:50 -0500 Subject: [PATCH 2/2] Revert "Merge branch 'feature/spanish_intercept' into 'develop'" This reverts merge request !42 --- .../PresentationHandling/MVMCorePresentAnimationOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m index a64e739..797346c 100644 --- a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m +++ b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m @@ -23,7 +23,7 @@ if (self = [super init]) { self.presentedViewController = presentedViewController; self.presentingViewController = presentingViewController; - self.presentedViewController.modalPresentationStyle = UIModalPresentationAutomatic; + self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen; self.animate = animated; } return self;