From 17671d641369a27a93e38d7b226cc641f5614fa3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 27 Oct 2021 09:23:16 +0200 Subject: [PATCH] actually update the Current date and Month widget once per hour --- app/src/main/res/xml/widget_date_info.xml | 2 +- app/src/main/res/xml/widget_monthly_info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/widget_date_info.xml b/app/src/main/res/xml/widget_date_info.xml index e7bcdad3e..7fc7013a4 100644 --- a/app/src/main/res/xml/widget_date_info.xml +++ b/app/src/main/res/xml/widget_date_info.xml @@ -8,4 +8,4 @@ android:minResizeHeight="40dp" android:previewImage="@drawable/img_widget_date_preview" android:resizeMode="horizontal|vertical" - android:updatePeriodMillis="600000" /> + android:updatePeriodMillis="3600000" /> diff --git a/app/src/main/res/xml/widget_monthly_info.xml b/app/src/main/res/xml/widget_monthly_info.xml index baabecdbd..416c371ae 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="600000" /> + android:updatePeriodMillis="3600000" />