increase the amount of prefilled days to 121, fix #43

This commit is contained in:
tibbi 2016-11-07 22:27:39 +01:00
parent d7a8ce3998
commit 445e768730
1 changed files with 1 additions and 1 deletions

View File

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