mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
update the included folders list after adding one
This commit is contained in:
@ -56,6 +56,7 @@ class IncludedFoldersActivity : SimpleActivity() {
|
||||
private fun addIncludedFolder() {
|
||||
FilePickerDialog(this, pickFile = false, showHidden = config.showHiddenFolders) {
|
||||
config.addIncludedFolder(it)
|
||||
updateIncludedFolders()
|
||||
scanPath(it) {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user