do not allow long press + swiping the minikeyboard items either

This commit is contained in:
tibbi 2022-01-21 22:42:43 +01:00
parent 0363c3cce0
commit b499557574
1 changed files with 3 additions and 1 deletions

View File

@ -1132,7 +1132,9 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
mHandler!!.sendMessageDelayed(msg, LONGPRESS_TIMEOUT.toLong())
}
showPreview(mCurrentKey)
if (mPopupParent.id != R.id.mini_keyboard_view) {
showPreview(mCurrentKey)
}
mLastMoveTime = eventTime
}
}