reducing the fetch interval from 6 to 3 months at the event list view

This commit is contained in:
tibbi 2019-08-28 11:39:14 +02:00
parent 09eab91bf9
commit 9a26bc28ec
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.joda.time.DateTime
import java.util.*
class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
private var FETCH_INTERVAL = 6 * MONTH_SECONDS
private var FETCH_INTERVAL = 3 * MONTH_SECONDS
private var MIN_EVENTS_TRESHOLD = 30
private var mEvents = ArrayList<Event>()