mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
updating commons, gradle, kotlin
This commit is contained in:
@ -173,8 +173,10 @@ class SettingsActivity : SimpleActivity() {
|
||||
FilePickerDialog(this, config.savePhotosFolder, false, showFAB = true) {
|
||||
val path = it
|
||||
handleSAFDialog(it) {
|
||||
config.savePhotosFolder = path
|
||||
settings_save_photos.text = getLastPart(config.savePhotosFolder)
|
||||
if (it) {
|
||||
config.savePhotosFolder = path
|
||||
settings_save_photos.text = getLastPart(config.savePhotosFolder)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user