From 3a36734f88185441b46a2300e4537a1c977df428 Mon Sep 17 00:00:00 2001 From: "Pan, Xinlei (Ryan)" Date: Fri, 15 Nov 2019 16:35:50 -0500 Subject: [PATCH] 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;