Skip to content

Commit 7b7c41b

Browse files
Fix: Fixing typo in setting the presentationContextProvider.
1 parent 4fb986c commit 7b7c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InAppBrowser.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const classMembers = {
159159
}
160160
);
161161
if(ios.MajorVersion >= 13) {
162-
self.authSession.start();
162+
self.authSession.presentationContextProvider = self;
163163
}
164164
self.authSession.start();
165165
});

0 commit comments

Comments
 (0)