mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-28 10:19:25 +01:00
scan the path of included folder, maybe it fixes it
This commit is contained in:
parent
d61f1d7d1b
commit
10a742bacd
@ -5,6 +5,7 @@ import android.os.Bundle
|
||||
import android.view.Menu
|
||||
import android.view.MenuItem
|
||||
import com.simplemobiletools.commons.dialogs.FilePickerDialog
|
||||
import com.simplemobiletools.commons.extensions.scanPath
|
||||
import com.simplemobiletools.gallery.R
|
||||
import com.simplemobiletools.gallery.extensions.config
|
||||
import kotlinx.android.synthetic.main.activity_included_folders.*
|
||||
@ -55,6 +56,7 @@ class IncludedFoldersActivity : SimpleActivity() {
|
||||
private fun addIncludedFolder() {
|
||||
FilePickerDialog(this, pickFile = false, showHidden = config.showHiddenFolders) {
|
||||
config.addIncludedFolder(it)
|
||||
scanPath(it) {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user