mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-02 21:48:28 -05:00
Minor code improvement
This commit is contained in:
@@ -114,7 +114,15 @@ class DecompressActivity : SimpleActivity() {
|
||||
|
||||
private fun decompressFiles() {
|
||||
val defaultFolder = getRealPathFromURI(uri!!) ?: internalStoragePath
|
||||
FilePickerDialog(this, defaultFolder, false, config.showHidden, true, true, showFavoritesButton = true) { destination ->
|
||||
FilePickerDialog(
|
||||
activity = this,
|
||||
currPath = defaultFolder,
|
||||
pickFile = false,
|
||||
showHidden = config.showHidden,
|
||||
showFAB = true,
|
||||
canAddShowHiddenButton = true,
|
||||
showFavoritesButton = true
|
||||
) { destination ->
|
||||
handleSAFDialog(destination) {
|
||||
if (it) {
|
||||
ensureBackgroundThread {
|
||||
|
||||
Reference in New Issue
Block a user