mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02: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 {
|
view.destination.setOnClickListener {
|
||||||
val config = Config.newInstance(mContext)
|
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) {
|
override fun onFail(error: FilePickerDialog.FilePickerResult) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user