mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 06:28:00 +01:00
allow creating new folders from the main screen too again
This commit is contained in:
parent
734ee5c6d8
commit
50d022c31d
1 changed files with 0 additions and 1 deletions
|
@ -299,7 +299,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
findItem(R.id.hide_the_recycle_bin).isVisible = useBin && config.showRecycleBinAtFolders
|
||||
findItem(R.id.show_the_recycle_bin).isVisible = useBin && !config.showRecycleBinAtFolders
|
||||
findItem(R.id.set_as_default_folder).isVisible = !config.defaultFolder.isEmpty()
|
||||
findItem(R.id.create_new_folder).isVisible = !isRPlus() || isExternalStorageManager()
|
||||
setupSearch(this)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue