From 7fd9802a61b0df0d25341a9336139772d89bb3b8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 27 Oct 2021 09:18:07 +0200 Subject: [PATCH] update the monthly widget once per hour too --- app/src/main/res/xml/widget_monthly_info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/widget_monthly_info.xml b/app/src/main/res/xml/widget_monthly_info.xml index 416c371ae..baabecdbd 100644 --- a/app/src/main/res/xml/widget_monthly_info.xml +++ b/app/src/main/res/xml/widget_monthly_info.xml @@ -8,4 +8,4 @@ android:minResizeHeight="110dp" android:previewImage="@drawable/img_widget_monthly_preview" android:resizeMode="horizontal|vertical" - android:updatePeriodMillis="3600000" /> + android:updatePeriodMillis="600000" />