mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-05 21:04:18 +01:00
remove the optional mustBeWritable parameter from the file picker
This commit is contained in:
parent
abe00f6368
commit
b7cbb833fb
@ -28,7 +28,7 @@ class CopyDialog(val activity: Activity, val files: List<File>, val path: String
|
||||
|
||||
view.destination.setOnClickListener {
|
||||
val config = Config.newInstance(mContext)
|
||||
FilePickerDialog(activity, path, false, config.showHidden, false, object : FilePickerDialog.OnFilePickerListener {
|
||||
FilePickerDialog(activity, path, false, config.showHidden, object : FilePickerDialog.OnFilePickerListener {
|
||||
override fun onFail(error: FilePickerDialog.FilePickerResult) {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user