mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-09-23 18:45:13 -04:00
Update emoji key pressed state
This commit is contained in:
1 file changed
+1
@@ -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