mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 00:19:18 +01:00
Copy raw description on long tap (fixes #6557)
This commit is contained in:
parent
869424cd16
commit
b47b702a52
@ -169,10 +169,12 @@ class MangaSummaryView @JvmOverloads constructor(
|
|||||||
minLines = DESC_MIN_LINES
|
minLines = DESC_MIN_LINES
|
||||||
|
|
||||||
setOnLongClickListener {
|
setOnLongClickListener {
|
||||||
context.copyToClipboard(
|
description?.let {
|
||||||
context.getString(R.string.description),
|
context.copyToClipboard(
|
||||||
text.toString()
|
context.getString(R.string.description),
|
||||||
)
|
it.toString()
|
||||||
|
)
|
||||||
|
}
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user