vibrate on clipboard value press + never underline the text

This commit is contained in:
tibbi 2022-01-26 21:46:31 +01:00
parent 5f2de9afd5
commit 985c70e209

View File

@ -545,8 +545,10 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
mToolbarHolder?.apply {
clipboard_value.apply {
text = clipboardContent
removeUnderlines()
setOnClickListener {
mOnKeyboardActionListener!!.onText(clipboardContent.toString())
performHapticFeedback()
}
}