We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b402d commit 5d7ebbeCopy full SHA for 5d7ebbe
app/src/main/java/com/osfans/trime/ime/keyboard/KeyboardView.kt
@@ -409,6 +409,7 @@ class KeyboardView
409
the sliding distance on the other coordinate axis.
410
*/
411
if (mPossiblePoly) return false
412
+ if (mDownKey == NOT_A_KEY) return false
413
val deltaX = me2.x - me1!!.x // distance X
414
val deltaY = me2.y - me1.y // distance Y
415
val absX = abs(deltaX) // absolute value of distance X
0 commit comments