aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-08-27 17:35:33 -0700
committerAmith Yamasani <yamasani@google.com>2009-08-27 17:35:33 -0700
commit5d11ccc27d9e06a174b5f027109e29b34eea751e (patch)
tree1db293b703f472663c565bf8d4438d4f8fe2be1e /src
parent41fc8f4a183a5be8070fe28b7956b1d03a5dd8ce (diff)
downloadlatinime-5d11ccc27d9e06a174b5f027109e29b34eea751e.tar.gz
latinime-5d11ccc27d9e06a174b5f027109e29b34eea751e.tar.xz
latinime-5d11ccc27d9e06a174b5f027109e29b34eea751e.zip
Swipe down gesture to dismiss keyboard.
Diffstat (limited to 'src')
-rw-r--r--src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/inputmethod/latin/LatinIME.java b/src/com/android/inputmethod/latin/LatinIME.java
index 1c0efe327..01d70df6c 100644
--- a/src/com/android/inputmethod/latin/LatinIME.java
+++ b/src/com/android/inputmethod/latin/LatinIME.java
@@ -954,7 +954,7 @@ public class LatinIME extends InputMethodService
}
public void swipeDown() {
- //handleClose();
+ handleClose();
}
public void swipeUp() {