mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
do not stop temporarily showing hidden folders when leaving thumbnails view
This commit is contained in:
parent
e15d6d8507
commit
4e8ec2acee
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
|||
|
||||
override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
config.temporarilyShowHidden = false
|
||||
if (config.showAll)
|
||||
config.temporarilyShowHidden = false
|
||||
mMedia.clear()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue