humanize the selected copy destination link too
This commit is contained in:
parent
2c7d62c863
commit
d6fd4ad378
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class CopyDialog(val activity: Activity, val files: List<File>, val copyListener
|
|||
view.destination.setOnClickListener {
|
||||
PickAlbumDialog(activity, object : PickAlbumDialog.OnPickAlbumListener {
|
||||
override fun onSuccess(path: String) {
|
||||
view.destination.text = path
|
||||
view.destination.text = context.humanizePath(path)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue