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

Commit

Permalink
fix(iOS): Corrected linking in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed May 31, 2019
1 parent c33ac0a commit e6af92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urlhandler.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ enableMultipleOverridesFor(

enableMultipleOverridesFor(
appDelegate,
'continueUserActivity',
'applicationContinueUserActivityRestorationHandler',
function (
application: UIApplication,
userActivity: NSUserActivity
Expand Down

0 comments on commit e6af92a

Please sign in to comment.