Skip to content

Commit 5a0c1a3

Browse files
Update android/KMEA/app/src/main/java/com/keyman/engine/KMKeyboard.java
Co-authored-by: Marc Durdin <[email protected]>
1 parent 8bf0ac0 commit 5a0c1a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/KMEA/app/src/main/java/com/keyman/engine/KMKeyboard.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,7 @@ public boolean onTouchEvent(MotionEvent event) {
363363
// Come to think of it, I wonder if suggestionMenuWindow was work being done to link with
364364
// suggestion banner longpresses - if so, it's not yet ready for proper integration...
365365
// and would need its own rung in this if-else ladder.
366-
if (true) {
367-
gestureDetector.onTouchEvent(event);
368-
}
366+
gestureDetector.onTouchEvent(event);
369367

370368
if (action == MotionEvent.ACTION_UP) {
371369
// Cleanup popups. #6636

0 commit comments

Comments
 (0)