Allow library items to be dragged into other apps

This commit is contained in:
Jackson Harper
2023-05-24 16:44:43 +08:00
parent 8ba320e3d5
commit 4cf5eef261
3 changed files with 20 additions and 2 deletions

View File

@ -40,8 +40,7 @@ public extension DeepLink {
case "saved-search":
let named = url.path.replacingOccurrences(of: "/", with: "")
return .savedSearch(named: named)
case "read":
case "shareExtensionRequestID":
case "read", "shareExtensionRequestID":
let requestID = url.path.replacingOccurrences(of: "/", with: "")
return .webAppLinkRequest(requestID: requestID)
default: