mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
use deeplink to handle shared content
This commit is contained in:
@@ -44,7 +44,7 @@ class ShareViewController: UIViewController {
|
||||
value: $0.url?.addingPercentEncoding(withAllowedCharacters: .urlHostAllowed) ?? ""),
|
||||
]
|
||||
}.flatMap({ $0 })
|
||||
var urlComps = URLComponents(string: "logseq://")!
|
||||
var urlComps = URLComponents(string: "logseq://shared?")!
|
||||
urlComps.queryItems = queryItems
|
||||
openURL(urlComps.url!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user