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:
		| @@ -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) { | ||||
|                 } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user