mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-01-23 14:59:38 -05: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