remove the optional mustBeWritable parameter from the file picker

This commit is contained in:
tibbi 2016-11-06 17:48:10 +01:00
parent abe00f6368
commit b7cbb833fb

View File

@ -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) {
}