mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-07 23:48:41 +01:00
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…
x
Reference in New Issue
Block a user