mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
vibrate on clipboard value press + never underline the text
This commit is contained in:
parent
5f2de9afd5
commit
985c70e209
@ -545,8 +545,10 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||||||
mToolbarHolder?.apply {
|
mToolbarHolder?.apply {
|
||||||
clipboard_value.apply {
|
clipboard_value.apply {
|
||||||
text = clipboardContent
|
text = clipboardContent
|
||||||
|
removeUnderlines()
|
||||||
setOnClickListener {
|
setOnClickListener {
|
||||||
mOnKeyboardActionListener!!.onText(clipboardContent.toString())
|
mOnKeyboardActionListener!!.onText(clipboardContent.toString())
|
||||||
|
performHapticFeedback()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user