fix #998, never show the FAB over yearly view

This commit is contained in:
tibbi 2019-10-27 12:37:25 +01:00
parent dfd59ed6c3
commit 0dcb02b69e
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
override fun onMenuItemActionCollapse(item: MenuItem?): Boolean {
mIsSearchOpen = false
search_holder.beGone()
calendar_fab.beVisible()
calendar_fab.beVisibleIf(currentFragments.last() !is YearFragmentsHolder)
return true
}
})