1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

increase lookahead time

This commit is contained in:
Lukas Winkler 2022-10-25 16:53:10 +02:00
parent cb9e1a106a
commit da5e8645cf
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 2 additions and 2 deletions

View file

@ -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)
}
}

View file

@ -40,7 +40,7 @@
<!-- Live -->
<string name="next">Next</string>
<string name="next_empty">During FOSDEM, the events to come in the next 30 minutes will be shown here.</string>
<string name="next_empty">During FOSDEM, the events to come in the next 3 hours will be shown here.</string>
<string name="now">Now</string>
<string name="now_empty">During FOSDEM, the events in progress will be shown here.</string>