diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 93b78561..6b9448f6 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1710,12 +1710,7 @@ private extension AppManager if #available(iOS 14, *) { - WidgetCenter.shared.getCurrentConfigurations { (result) in - guard case .success(let widgets) = result else { return } - - guard let widget = widgets.first(where: { $0.configuration is ViewAppIntent }) else { return } - WidgetCenter.shared.reloadTimelines(ofKind: widget.kind) - } + WidgetCenter.shared.reloadAllTimelines() } do { try installedApp.managedObjectContext?.save() }