prepay spanish intercept.

This commit is contained in:
Kevin G Christiano 2019-11-15 14:06:56 -05:00
parent a256bfab1b
commit 005326f8e3

View File

@ -23,7 +23,7 @@
if (self = [super init]) { if (self = [super init]) {
self.presentedViewController = presentedViewController; self.presentedViewController = presentedViewController;
self.presentingViewController = presentingViewController; self.presentingViewController = presentingViewController;
self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen; self.presentedViewController.modalPresentationStyle = UIModalPresentationAutomatic;
self.animate = animated; self.animate = animated;
} }
return self; return self;