We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe09215 commit 469de6cCopy full SHA for 469de6c
1 file changed
Sources/EeveeSpotify/Experiments/LiveContainer/LiveContainerSharing.x.swift
@@ -12,7 +12,7 @@ class UIApplicationLiveContainerSharingHook: ClassHook<UIApplication> {
12
UIPasteboard.general.addItems([[UTType.url.identifier: url]])
13
14
let data = url.dataRepresentation
15
- let liveContainerUrl = URL(string: "livecontainer://open-web-page?url=\(data.base64EncodedString())")!
+ let liveContainerUrl = URL(string: "livecontainer://open-url?url=\(data.base64EncodedString())")!
16
17
orig.openURL(
18
liveContainerUrl,
0 commit comments