mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-06-12 15:44:47 -04:00
Update emoji key pressed state
This commit is contained in:
@@ -1020,6 +1020,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
||||
*/
|
||||
private fun onLongPress(popupKey: MyKeyboard.Key, me: MotionEvent): Boolean {
|
||||
if (popupKey.code == KEYCODE_EMOJI) {
|
||||
setCurrentKeyPressed(false)
|
||||
ChangeLanguagePopup(this, onSelect = {
|
||||
mOnKeyboardActionListener?.reloadKeyboard()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user