File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ const getPresentationStyle = function (styleKey: string): UIModalPresentationSty
4545 overCurrentContext : UIModalPresentationStyle . OverCurrentContext ,
4646 popover : UIModalPresentationStyle . Popover
4747 } ;
48- const defaultModalPresentationStyle = ios . MajorVersion >= 13 ?
49- UIModalPresentationStyle . Automatic : UIModalPresentationStyle . FullScreen ;
48+ const defaultModalPresentationStyle = ios . MajorVersion >= 13 ?
49+ UIModalPresentationStyle . Automatic : UIModalPresentationStyle . FullScreen ;
5050 return styles [ styleKey ] !== undefined ? styles [ styleKey ] : defaultModalPresentationStyle ;
5151} ;
5252
@@ -184,7 +184,7 @@ const InAppBrowser = (<any>NSObject).extend({
184184 self . flowDidFinish ( ) ;
185185 }
186186 ) ;
187- if ( ios . MajorVersion >= 13 ) {
187+ if ( ios . MajorVersion >= 13 ) {
188188 self . authSession . presentationContextProvider = self ;
189189 }
190190 self . authSession . start ( ) ;
You can’t perform that action at this time.
0 commit comments