Merge branch 'feature/spanish_intercept' into 'develop'

prepay spanish intercept.

See merge request BPHV_MIPS/mvm_core!42
This commit is contained in:
Pan, Xinlei (Ryan) 2019-11-15 15:30:47 -05:00
commit b31d269a8b

View File

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