mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-31 12:16:44 +01:00
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 {
|
view.destination.setOnClickListener {
|
||||||
PickAlbumDialog(activity, object : PickAlbumDialog.OnPickAlbumListener {
|
PickAlbumDialog(activity, object : PickAlbumDialog.OnPickAlbumListener {
|
||||||
override fun onSuccess(path: String) {
|
override fun onSuccess(path: String) {
|
||||||
view.destination.text = path
|
view.destination.text = context.humanizePath(path)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue