reducing the fetch interval from 6 to 3 months at the event list view
This commit is contained in:
parent
09eab91bf9
commit
9a26bc28ec
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import org.joda.time.DateTime
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
|
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 MIN_EVENTS_TRESHOLD = 30
|
||||||
|
|
||||||
private var mEvents = ArrayList<Event>()
|
private var mEvents = ArrayList<Event>()
|
||||||
|
|
Loading…
Reference in a new issue