Skip to content

Commit

Permalink
Updated app delegate to use shortcut handler to manage user activities
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed May 24, 2024
1 parent 9bb7783 commit 3044c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simplenote/SimplenoteAppDelegate+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ extension SimplenoteAppDelegate {
return true
}

return false
return ShortcutsHandler().handleUserActivity(userActivity)
}
}

Expand Down

0 comments on commit 3044c13

Please sign in to comment.