diff --git a/AltStore/Intents/App Intents/RefreshAllAppsIntent.swift b/AltStore/Intents/App Intents/RefreshAllAppsIntent.swift index 6b357eb7..5c5387c6 100644 --- a/AltStore/Intents/App Intents/RefreshAllAppsIntent.swift +++ b/AltStore/Intents/App Intents/RefreshAllAppsIntent.swift @@ -7,6 +7,7 @@ // import AppIntents +import WidgetKit import AltStoreCore @@ -127,6 +128,8 @@ struct RefreshAllAppsIntent: AppIntent, CustomIntentMigratedAppIntent, Predictab } catch { + WidgetCenter.shared.reloadAllTimelines() + let intentError = IntentError(error) throw intentError }