mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-09-25 19:45:24 -04:00
vibrate on clipboard value press + never underline the text
This commit is contained in:
1 parent
5f2de9afd5
commit
985c70e209
1 file changed
+2
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user