File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ export class Page extends pageCommon.Page {
186
186
187
187
if ( fullscreen ) {
188
188
this . _ios . modalPresentationStyle = UIModalPresentationStyle . UIModalPresentationFullScreen ;
189
- //uiUtils.ios._layoutRootView(this, UIScreen.mainScreen().bounds);
190
189
}
191
190
else {
192
191
this . _ios . modalPresentationStyle = UIModalPresentationStyle . UIModalPresentationFormSheet ;
@@ -195,11 +194,6 @@ export class Page extends pageCommon.Page {
195
194
196
195
var that = this ;
197
196
parent . ios . presentViewControllerAnimatedCompletion ( this . _ios , false , function completion ( ) {
198
- if ( ! fullscreen ) {
199
- // We can measure and layout the modal page after we know its parent's dimensions.
200
- //uiUtils.ios._layoutRootView(that, that._nativeView.superview.bounds);
201
- }
202
-
203
197
that . _raiseShownModallyEvent ( parent , context , closeCallback ) ;
204
198
} ) ;
205
199
}
You can’t perform that action at this time.
0 commit comments