From 005326f8e3d20814464b9187b0dfb9805c8ba597 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Fri, 15 Nov 2019 14:06:56 -0500 Subject: [PATCH] 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;