mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
shorten it more
This commit is contained in:
parent
2a30643d5e
commit
f9f334991f
1 changed files with 1 additions and 2 deletions
|
@ -755,8 +755,7 @@ open class ResultFragmentPhone : FullScreenPlayer() {
|
|||
resultReloadConnectionOpenInBrowser.isVisible = data is Resource.Failure
|
||||
|
||||
resultTitle.setOnLongClickListener {
|
||||
val titleCopyLabel = txt(R.string.title)
|
||||
clipboardHelper(titleCopyLabel, resultTitle.text)
|
||||
clipboardHelper(txt(R.string.title), resultTitle.text)
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue