Skip to content
Snippets Groups Projects
Commit 89da6bf3 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix display of delete history icon when loading history

parent 3d89b20f
No related branches found
No related tags found
1 merge request!208Fixes
......@@ -101,6 +101,7 @@ class HistoryFragment : MediaBrowserFragment<HistoryModel>(), IRefreshable, IHis
override fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater) {
inflater.inflate(R.menu.fragment_option_history, menu)
super.onCreateOptionsMenu(menu, inflater)
activity?.invalidateOptionsMenu()
}
override fun onPrepareOptionsMenu(menu: Menu) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment