mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fix #998, never show the FAB over yearly view
This commit is contained in:
@ -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
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user