diff options
author | 2012-06-14 14:49:08 -0700 | |
---|---|---|
committer | 2012-06-14 14:49:08 -0700 | |
commit | 775d8dcaebbfdf8eba641c1673cfca8f57e87e29 (patch) | |
tree | b792c72f7c4cea60881ffa0140e695ec0b5808ca /java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java | |
parent | 78573f2e8a7dbf67e16fa4dd531f33cba0df7ff5 (diff) | |
parent | de1d88eb4199160899d227f2c679215e16410c42 (diff) | |
download | latinime-775d8dcaebbfdf8eba641c1673cfca8f57e87e29.tar.gz latinime-775d8dcaebbfdf8eba641c1673cfca8f57e87e29.tar.xz latinime-775d8dcaebbfdf8eba641c1673cfca8f57e87e29.zip |
am de1d88eb: am 32f4ceb2: Dismiss more suggestions panel when suggestions strip is closed
* commit 'de1d88eb4199160899d227f2c679215e16410c42':
Dismiss more suggestions panel when suggestions strip is closed
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java index 3d593aaa7..40e54a474 100644 --- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java +++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java @@ -884,5 +884,6 @@ public class SuggestionsView extends RelativeLayout implements OnClickListener, super.onDetachedFromWindow(); mHandler.cancelAllMessages(); hidePreview(); + dismissMoreSuggestions(); } } |