Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit e6af92a

Browse files
committed
fix(iOS): Corrected linking in iOS
1 parent c33ac0a commit e6af92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urlhandler.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enableMultipleOverridesFor(
3636

3737
enableMultipleOverridesFor(
3838
appDelegate,
39-
'continueUserActivity',
39+
'applicationContinueUserActivityRestorationHandler',
4040
function (
4141
application: UIApplication,
4242
userActivity: NSUserActivity

0 commit comments

Comments
 (0)