Actually fixes interactive widget animation continuing indefinitely

This commit is contained in:
Riley Testut
2023-09-11 12:03:25 -05:00
parent 3f78a9f561
commit 9b44e59cec
2 changed files with 11 additions and 6 deletions

View File

@@ -128,8 +128,6 @@ struct RefreshAllAppsIntent: AppIntent, CustomIntentMigratedAppIntent, Predictab
}
catch
{
WidgetCenter.shared.reloadAllTimelines()
let intentError = IntentError(error)
throw intentError
}