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 8bf0ac0 commit 5a0c1a3Copy full SHA for 5a0c1a3
android/KMEA/app/src/main/java/com/keyman/engine/KMKeyboard.java
@@ -363,9 +363,7 @@ public boolean onTouchEvent(MotionEvent event) {
363
// Come to think of it, I wonder if suggestionMenuWindow was work being done to link with
364
// suggestion banner longpresses - if so, it's not yet ready for proper integration...
365
// and would need its own rung in this if-else ladder.
366
- if (true) {
367
- gestureDetector.onTouchEvent(event);
368
- }
+ gestureDetector.onTouchEvent(event);
369
370
if (action == MotionEvent.ACTION_UP) {
371
// Cleanup popups. #6636
0 commit comments