diff options
author | 2009-08-27 17:35:33 -0700 | |
---|---|---|
committer | 2009-08-27 17:35:33 -0700 | |
commit | 5d11ccc27d9e06a174b5f027109e29b34eea751e (patch) | |
tree | 1db293b703f472663c565bf8d4438d4f8fe2be1e /src | |
parent | 41fc8f4a183a5be8070fe28b7956b1d03a5dd8ce (diff) | |
download | latinime-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.java | 2 |
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() { |