mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-03-17 20:10:13 +01: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 {
|
||||
clipboard_value.apply {
|
||||
text = clipboardContent
|
||||
removeUnderlines()
|
||||
setOnClickListener {
|
||||
mOnKeyboardActionListener!!.onText(clipboardContent.toString())
|
||||
performHapticFeedback()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user