mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fix #1792, show Go To Today menu button at the event list view when appropriate
This commit is contained in:
@@ -147,6 +147,7 @@ class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
|
|||||||
if (!hasBeenScrolled) {
|
if (!hasBeenScrolled) {
|
||||||
hasBeenScrolled = true
|
hasBeenScrolled = true
|
||||||
(activity as? MainActivity)?.refreshItems()
|
(activity as? MainActivity)?.refreshItems()
|
||||||
|
(activity as? MainActivity)?.refreshMenuItems()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user