mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
Returns nothing from RefreshAllAppsWidgetIntent
This commit is contained in:
@@ -18,7 +18,7 @@ struct RefreshAllAppsWidgetIntent: AppIntent, ProgressReportingIntent
|
|||||||
private let intent = RefreshAllAppsIntent(presentsNotifications: true)
|
private let intent = RefreshAllAppsIntent(presentsNotifications: true)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
func perform() async throws -> some IntentResult & ProvidesDialog
|
func perform() async throws -> some IntentResult
|
||||||
{
|
{
|
||||||
#if !WIDGET_EXTENSION
|
#if !WIDGET_EXTENSION
|
||||||
do
|
do
|
||||||
@@ -31,7 +31,7 @@ struct RefreshAllAppsWidgetIntent: AppIntent, ProgressReportingIntent
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return .result(dialog: "")
|
return .result()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user