fixed bug where app will close if all media containing folders are excluded and view mode is changed to "show all folders content"
This commit is contained in:
parent
f3eb723ab0
commit
ec6a9b95f8
|
@ -262,7 +262,7 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
|||
}
|
||||
|
||||
private fun setupAdapter() {
|
||||
if (isDirEmpty()) {
|
||||
if (!mShowAll && isDirEmpty()) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue