do not show root folder at storage picker dialog

This commit is contained in:
tibbi 2022-03-23 22:15:09 +01:00
parent 3ad371318e
commit 0a03658978
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:24fca0324f'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4ef63f88a3'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'it.sephiroth.android.exif:library:1.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'

View file

@ -58,7 +58,7 @@ class ExcludedFoldersActivity : SimpleActivity(), RefreshRecyclerViewListener {
}
private fun addFolder() {
FilePickerDialog(this, internalStoragePath, false, config.shouldShowHidden, false, true, true) {
FilePickerDialog(this, internalStoragePath, false, config.shouldShowHidden, false, true) {
config.lastFilepickerPath = it
config.addExcludedFolder(it)
updateFolders()