mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Hopefully fix problem
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
This commit is contained in:
@@ -225,9 +225,9 @@ final class InstallAppOperation: ResultOperation<InstalledApp>
|
|||||||
}
|
}
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if let url = URL(string: "shortcuts://run-shortcut?name=TurnOffData") {
|
let shortcutURL = URL(string: "shortcuts://run-shortcut?name=TurnOffData")!
|
||||||
UIApplication.shared.open(url, options: [:], completionHandler: nil)
|
|
||||||
}
|
UIApplication.shared.open(shortcutURL, options: [:], completionHandler: nil)
|
||||||
try install_ipa(installedApp.bundleIdentifier)
|
try install_ipa(installedApp.bundleIdentifier)
|
||||||
installing = false
|
installing = false
|
||||||
installedApp.refreshedDate = Date()
|
installedApp.refreshedDate = Date()
|
||||||
|
|||||||
Reference in New Issue
Block a user