Try to fix refreshing and removing extensions

Silly fix

Signed-off-by: nythepegasus <me@nythepegas.us>
This commit is contained in:
nythepegasus
2024-10-17 05:18:10 -04:00
committed by GitHub
parent fcf1b9ae03
commit ab923d245d

View File

@@ -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 }