mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-24 15:57:37 +01:00
humanize the selected copy destination link too
This commit is contained in:
parent
2c7d62c863
commit
d6fd4ad378
@ -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…
x
Reference in New Issue
Block a user