Skip to content
Snippets Groups Projects
Commit 30f0748a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Fix display of delete history icon when loading history

(cherry picked from commit 89da6bf3)
parent 8fb4bad4
No related branches found
No related tags found
No related merge requests found
......@@ -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