mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-08 23:23:20 +00:00
open-url
This commit is contained in:
@@ -12,7 +12,7 @@ class UIApplicationLiveContainerSharingHook: ClassHook<UIApplication> {
|
||||
UIPasteboard.general.addItems([[UTType.url.identifier: url]])
|
||||
|
||||
let data = url.dataRepresentation
|
||||
let liveContainerUrl = URL(string: "livecontainer://open-web-page?url=\(data.base64EncodedString())")!
|
||||
let liveContainerUrl = URL(string: "livecontainer://open-url?url=\(data.base64EncodedString())")!
|
||||
|
||||
orig.openURL(
|
||||
liveContainerUrl,
|
||||
|
||||
Reference in New Issue
Block a user