fix #1792, show Go To Today menu button at the event list view when appropriate

This commit is contained in:
tibbi 2022-07-28 14:48:11 +02:00
parent 9071836dcf
commit b1c0f01426

View File

@ -147,6 +147,7 @@ class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
if (!hasBeenScrolled) {
hasBeenScrolled = true
(activity as? MainActivity)?.refreshItems()
(activity as? MainActivity)?.refreshMenuItems()
}
}
})