do not show the "Use only in this folder" sorting checkbox if showing all media
This commit is contained in:
parent
e4b0a0d571
commit
ad39c4d644
|
@ -145,7 +145,7 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun showSortingDialog() {
|
private fun showSortingDialog() {
|
||||||
ChangeSortingDialog(this, false, true, mPath) {
|
ChangeSortingDialog(this, false, !config.showAll, mPath) {
|
||||||
getMedia()
|
getMedia()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue