Skip to content

Commit b7cbb83

Browse files
committed
remove the optional mustBeWritable parameter from the file picker
1 parent abe00f6 commit b7cbb83

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/filemanager/dialogs

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/dialogs/CopyDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CopyDialog(val activity: Activity, val files: List<File>, val path: String
2828

2929
view.destination.setOnClickListener {
3030
val config = Config.newInstance(mContext)
31-
FilePickerDialog(activity, path, false, config.showHidden, false, object : FilePickerDialog.OnFilePickerListener {
31+
FilePickerDialog(activity, path, false, config.showHidden, object : FilePickerDialog.OnFilePickerListener {
3232
override fun onFail(error: FilePickerDialog.FilePickerResult) {
3333
}
3434

0 commit comments

Comments
 (0)