do not show the "Use only in this folder" sorting checkbox if showing all media

This commit is contained in:
tibbi 2017-02-28 23:20:23 +01:00
parent e4b0a0d571
commit ad39c4d644
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
}
private fun showSortingDialog() {
ChangeSortingDialog(this, false, true, mPath) {
ChangeSortingDialog(this, false, !config.showAll, mPath) {
getMedia()
}
}