increase the amount of prefilled days to 121, fix #43
This commit is contained in:
parent
d7a8ce3998
commit
445e768730
|
@ -16,7 +16,7 @@ import org.joda.time.DateTime
|
|||
import java.util.*
|
||||
|
||||
class DayActivity : SimpleActivity(), DayFragment.DeleteListener, ViewPager.OnPageChangeListener {
|
||||
private val PREFILLED_DAYS = 61
|
||||
private val PREFILLED_DAYS = 121
|
||||
private var mDayCode: String? = null
|
||||
private var mSnackbar: Snackbar? = null
|
||||
private var mPagerDays: MutableList<String>? = null
|
||||
|
|
Loading…
Reference in New Issue