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

This reverts merge request !42
This commit is contained in:
Pan, Xinlei (Ryan) 2019-11-15 16:35:50 -05:00
parent b31d269a8b
commit 3a36734f88

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;