Move to SendAppOperation

This commit is contained in:
spidy123222
2025-03-31 22:36:55 -07:00
committed by Spidy123222
parent 1a1aa42e02
commit 0fe8d7fed9
2 changed files with 5 additions and 5 deletions

View File

@@ -959,10 +959,6 @@ extension AppManager
let installationProgress = Progress.discreteProgress(totalUnitCount: 100)
installationProgress.addChild(sendAppOperation.progress, withPendingUnitCount: 40)
let shortcutURLoff = URL(string: "shortcuts://run-shortcut?name=TurnOffData")!
let shortcutURLon = URL(string: "shortcuts://run-shortcut?name=TurnOnData")!
UIApplication.shared.open(shortcutURLoff, options: [:], completionHandler: nil)
installationProgress.addChild(installOperation.progress, withPendingUnitCount: 60)
/* Patch */