We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372b2d1 + 112fbdb commit aadd254Copy full SHA for aadd254
plugin/ios/withCustomAppDelegate.js
@@ -23,7 +23,7 @@ function selectStrings(language) {
23
},
24
return: {
25
anchor: /-\s*\(BOOL\)\s*application:\s*\(UIApplication\s*\*\)\s*application\s+openURL:\s*\(NSURL\s*\*\)\s*url\s+options:\s*\(NSDictionary<UIApplicationOpenURLOptionsKey,\s*id>\s*\*\)\s*options\s*\{/,
26
- newSrc: ' return [LineLogin application:application open:url options:options];',
+ newSrc: ' return [LineLogin application:application open:url options:options];',
27
28
}
29
0 commit comments