Skip to content

Commit 8e1d567

Browse files
committed
Fix : Aggregated usagewidget is not refreshing manually
1 parent d45dbd5 commit 8e1d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/mindful/android/widgets/AggregatedUsageWidgetProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class AggregatedUsageWidgetProvider : AppWidgetProvider() {
5353
-> {
5454
val appWidgetManager = AppWidgetManager.getInstance(context)
5555
val widgetComponent =
56-
ComponentName(context, ScreenUsageWidgetProvider::class.java)
56+
ComponentName(context, AggregatedUsageWidgetProvider::class.java)
5757
val appWidgetIds = appWidgetManager.getAppWidgetIds(widgetComponent)
5858
updateWidgetAsync(
5959
context = context,

0 commit comments

Comments
 (0)