mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
do not show the "Use only in this folder" sorting checkbox if showing all media
This commit is contained in:
parent
e4b0a0d571
commit
ad39c4d644
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue