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:
commit
d5823d4368
@ -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 = UIModalPresentationAutomatic;
|
self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||||
self.animate = animated;
|
self.animate = animated;
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user