mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2024-12-17 19:18:31 +01:00
Merge pull request #579 from gh123man/gh123man/fixCloseIfAllFoldersExcluded
fixed bug where app will close if all media is missing or excluded
This commit is contained in:
commit
fe07154b97
@ -263,7 +263,7 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
||||
}
|
||||
|
||||
private fun setupAdapter() {
|
||||
if (isDirEmpty()) {
|
||||
if (!mShowAll && isDirEmpty()) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user