diff --git a/app/src/main/java/org/matomocamp/companion/viewmodels/LiveViewModel.kt b/app/src/main/java/org/matomocamp/companion/viewmodels/LiveViewModel.kt index f296e11..51b9978 100644 --- a/app/src/main/java/org/matomocamp/companion/viewmodels/LiveViewModel.kt +++ b/app/src/main/java/org/matomocamp/companion/viewmodels/LiveViewModel.kt @@ -59,6 +59,6 @@ class LiveViewModel @Inject constructor(scheduleDao: ScheduleDao) : ViewModel() companion object { private val REFRESH_PERIOD = 1.minutes - private val NEXT_EVENTS_INTERVAL = Duration.ofMinutes(30L) + private val NEXT_EVENTS_INTERVAL = Duration.ofHours(3L) } } \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 00bf276..912e536 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -40,7 +40,7 @@ Next - During FOSDEM, the events to come in the next 30 minutes will be shown here. + During FOSDEM, the events to come in the next 3 hours will be shown here. Now During FOSDEM, the events in progress will be shown here.