From ab923d245dfeaac271a69af778a85de43917b5f9 Mon Sep 17 00:00:00 2001 From: nythepegasus Date: Thu, 17 Oct 2024 05:18:10 -0400 Subject: [PATCH] Try to fix refreshing and removing extensions Silly fix Signed-off-by: nythepegasus --- AltStore/Managing Apps/AppManager.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 9dd5104b..850ee983 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1178,12 +1178,12 @@ private extension AppManager { throw error } - +/* guard case .install = appOperation else { operation.finish() return } - +*/ guard let extensions = context.app?.appExtensions else { throw OperationError.invalidParameters } guard let app = context.app, let presentingViewController = context.authenticatedContext.presentingViewController else { throw OperationError.invalidParameters }