aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-03 04:13:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-03 04:13:20 -0700
commitab5653dce07da9c4fb8283fed4a7fe4cabbb07ee (patch)
treed985312558d4f21143f4775bc4b6b48ff5933195 /java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java
parentbf669e4379b21220c076ada1842e35794a43a3c0 (diff)
parent232b039496ef95c543bac5128e6378b38760de21 (diff)
downloadlatinime-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.java2
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;
}