Update ResultViewModel2.kt

This commit is contained in:
IndusAryan 2024-02-20 22:03:15 +05:30 committed by GitHub
parent b52f341e3c
commit b5205ca31c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1693,8 +1693,7 @@ class ResultViewModel2 : ViewModel() {
txt(R.string.episode_action_copy_link)
) { (result, index) ->
val link = result.links[index]
val clip = "${link.name} , ${link.url}"
clipboardHelper(link.name, clip )
clipboardHelper(link.name, link.url)
}
}