hide Go To Today button after using it at the event list view

This commit is contained in:
tibbi 2022-07-28 15:27:55 +02:00
parent b1c0f01426
commit 61e27506a6
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
mView.calendar_events_list.onGlobalLayout {
hasBeenScrolled = false
(activity as? MainActivity)?.refreshItems()
(activity as? MainActivity)?.refreshMenuItems()
}
}
}