mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
do not allow long press + swiping the minikeyboard items either
This commit is contained in:
@ -1132,7 +1132,9 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||||||
mHandler!!.sendMessageDelayed(msg, LONGPRESS_TIMEOUT.toLong())
|
mHandler!!.sendMessageDelayed(msg, LONGPRESS_TIMEOUT.toLong())
|
||||||
}
|
}
|
||||||
|
|
||||||
showPreview(mCurrentKey)
|
if (mPopupParent.id != R.id.mini_keyboard_view) {
|
||||||
|
showPreview(mCurrentKey)
|
||||||
|
}
|
||||||
mLastMoveTime = eventTime
|
mLastMoveTime = eventTime
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user