From 4091660549533bf90b1777b6c13d97a6ed4f84af Mon Sep 17 00:00:00 2001 From: Edward <14011954+0xedward@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:24:19 -0400 Subject: [PATCH] Add option to sync every 30 minutes Add option to sync "Every 30 minutes" to Sync interval menu in AccountSettingsActivity view --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 282ce3f1..68ba87d6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -315,8 +315,8 @@ Not available -1 - 300 900 + 1800 3600 7200 14400 @@ -324,8 +324,8 @@ Only manually - Every 5 minutes Every 15 minutes + Every 30 minutes Every hour Every 2 hours Every 4 hours