Remove this

Should fix remove app extensions

Signed-off-by: nythepegasus <me@nythepegas.us>
This commit is contained in:
nythepegasus
2024-10-17 04:47:42 -04:00
committed by GitHub
parent 59896e4f89
commit fcf1b9ae03

View File

@@ -1017,7 +1017,7 @@ private extension AppManager
func removeAppExtensions(from application: ALTApplication, extensions: Set<ALTApplication>, _ presentingViewController: UIViewController, completion: @escaping (Result<Void, Error>) -> Void)
{
guard !application.appExtensions.isEmpty, !UserDefaults.standard.isAppLimitDisabled else { return completion(.success(())) }
guard !application.appExtensions.isEmpty else { return completion(.success(())) }
let firstSentence: String