Skip to content
Snippets Groups Projects
Commit 39e7f513 authored by Habib Kazemi's avatar Habib Kazemi Committed by Geoffrey Métais
Browse files

Disable refresh in StorageBrowserFragment


Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent c826c49c
No related branches found
Tags 2.2.1-pre1
No related merge requests found
......@@ -120,6 +120,7 @@ class StorageBrowserFragment : FileBrowserFragment(), EntryPointsEventsCb {
super.onPrepareOptionsMenu(menu)
menu?.findItem(R.id.ml_menu_custom_dir)?.isVisible = true
menu?.findItem(R.id.ml_menu_equalizer)?.isVisible = false
menu?.findItem(R.id.ml_menu_refresh)?.isVisible = false
}
override fun onOptionsItemSelected(item: MenuItem?): Boolean {
......
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