shorten it more

This commit is contained in:
IndusAryan 2024-03-08 13:54:37 +05:30
parent 2a30643d5e
commit f9f334991f

View file

@ -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
}
}