mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-02 11:46:58 +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() {
|
||||
calendar_fab.visibility = View.GONE
|
||||
val targetYear = DateTime().toString(Formatter.YEAR_PATTERN).toInt()
|
||||
val years = getYears(targetYear)
|
||||
val yearlyAdapter = MyYearPagerAdapter(supportFragmentManager, years, this)
|
||||
|
Loading…
x
Reference in New Issue
Block a user