Merge branch 'revert-b31d269a' into 'develop'

Revert "Merge branch 'feature/spanish_intercept' into 'develop'"

See merge request BPHV_MIPS/mvm_core!43
This commit is contained in:
Pan, Xinlei (Ryan) 2019-11-15 16:43:38 -05:00
commit d5823d4368

View File

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