mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
Try to fix refreshing and removing extensions
Silly fix Signed-off-by: nythepegasus <me@nythepegas.us>
This commit is contained in:
@@ -1178,12 +1178,12 @@ private extension AppManager
|
|||||||
{
|
{
|
||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
guard case .install = appOperation else {
|
guard case .install = appOperation else {
|
||||||
operation.finish()
|
operation.finish()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
guard let extensions = context.app?.appExtensions else { throw OperationError.invalidParameters }
|
guard let extensions = context.app?.appExtensions else { throw OperationError.invalidParameters }
|
||||||
|
|
||||||
guard let app = context.app, let presentingViewController = context.authenticatedContext.presentingViewController else { throw OperationError.invalidParameters }
|
guard let app = context.app, let presentingViewController = context.authenticatedContext.presentingViewController else { throw OperationError.invalidParameters }
|
||||||
|
|||||||
Reference in New Issue
Block a user