mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 04:03:26 +01:00
Make app extension popup less annoying by not showing when refreshing (it doesn't do anything anyway)
This commit is contained in:
@@ -1141,6 +1141,11 @@ private extension AppManager
|
|||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
guard case .install = appOperation else {
|
||||||
|
operation.finish()
|
||||||
|
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