fix single shot type on random widget

Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com>
This commit is contained in:
Brandon Wees 2025-07-08 14:29:51 -05:00 committed by GitHub
parent 9d19c5e3f3
commit c413dc2ce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ class RandomReceiver : GlanceAppWidgetReceiver() {
val glanceIds = AppWidgetManager.getInstance(context).getAppWidgetIds(provider)
glanceIds.forEach { widgetID ->
ImageDownloadWorker.singleShot(context, widgetID, WidgetType.MEMORIES)
ImageDownloadWorker.singleShot(context, widgetID, WidgetType.RANDOM)
}
}
}