diff options
author | 2010-09-03 04:13:20 -0700 | |
---|---|---|
committer | 2010-09-03 04:13:20 -0700 | |
commit | ab5653dce07da9c4fb8283fed4a7fe4cabbb07ee (patch) | |
tree | d985312558d4f21143f4775bc4b6b48ff5933195 /java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java | |
parent | bf669e4379b21220c076ada1842e35794a43a3c0 (diff) | |
parent | 232b039496ef95c543bac5128e6378b38760de21 (diff) | |
download | latinime-ab5653dce07da9c4fb8283fed4a7fe4cabbb07ee.tar.gz latinime-ab5653dce07da9c4fb8283fed4a7fe4cabbb07ee.tar.xz latinime-ab5653dce07da9c4fb8283fed4a7fe4cabbb07ee.zip |
am 232b0394: am e8f45ab5: One alternate is treated as key action, not open mini keyboard
Merge commit '232b039496ef95c543bac5128e6378b38760de21'
* commit '232b039496ef95c543bac5128e6378b38760de21':
One alternate is treated as key action, not open mini keyboard
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java index ef7ca5f9c..c449b36e7 100644 --- a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java +++ b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java @@ -965,8 +965,8 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx return false; boolean result = onLongPress(popupKey); if (result) { - tracker.setAlreadyProcessed(); dismissKeyPreview(); + tracker.setAlreadyProcessed(); } return result; } |