use the text color for links in clipboard too

This commit is contained in:
tibbi
2022-01-23 20:16:36 +01:00
parent 34e498cac6
commit f76b942934
2 changed files with 2 additions and 0 deletions

View File

@ -516,6 +516,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
beVisible()
clipboard_value.apply {
text = clipboardContent
setLinkTextColor(mTextColor)
background = rippleBg
setTextColor(mTextColor)
setOnClickListener {