mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-09 00:18:43 +01:00
srsly make sure the Add button is hidden in yearly view
This commit is contained in:
parent
e9fc8bbd89
commit
28fdd67325
@ -141,6 +141,7 @@ class MainActivity : SimpleActivity(), EventListFragment.DeleteListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun fillYearlyViewPager() {
|
private fun fillYearlyViewPager() {
|
||||||
|
calendar_fab.visibility = View.GONE
|
||||||
val targetYear = DateTime().toString(Formatter.YEAR_PATTERN).toInt()
|
val targetYear = DateTime().toString(Formatter.YEAR_PATTERN).toInt()
|
||||||
val years = getYears(targetYear)
|
val years = getYears(targetYear)
|
||||||
val yearlyAdapter = MyYearPagerAdapter(supportFragmentManager, years, this)
|
val yearlyAdapter = MyYearPagerAdapter(supportFragmentManager, years, this)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user