do not allow long press + swiping the minikeyboard items either
This commit is contained in:
parent
0363c3cce0
commit
b499557574
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue