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
|
resultReloadConnectionOpenInBrowser.isVisible = data is Resource.Failure
|
||||||
|
|
||||||
resultTitle.setOnLongClickListener {
|
resultTitle.setOnLongClickListener {
|
||||||
val titleCopyLabel = txt(R.string.title)
|
clipboardHelper(txt(R.string.title), resultTitle.text)
|
||||||
clipboardHelper(titleCopyLabel, resultTitle.text)
|
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue