summaryrefslogtreecommitdiff
authorQian Lei <lei.qian>2014-02-14 07:23:51 (GMT)
committer Qian Lei <lei.qian>2014-02-14 07:25:59 (GMT)
commitc72f3c77cf95b414afa4cf053dac64ea6f5ff0cc (patch)
tree83dce270efe50eb9f9d08963ab5c96ce22c625cd
parent501d1ccb6ce66eadc099b170f938d51ab61c9a72 (diff)
downloadRemoteIME-c72f3c77cf95b414afa4cf053dac64ea6f5ff0cc.zip
RemoteIME-c72f3c77cf95b414afa4cf053dac64ea6f5ff0cc.tar.gz
RemoteIME-c72f3c77cf95b414afa4cf053dac64ea6f5ff0cc.tar.bz2
pd #87183: set CandidatesView Shown false, when pinyin is not shown.
Diffstat
-rwxr-xr-xsrc/com/amlogic/inputmethod/remote/RemoteIME.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/amlogic/inputmethod/remote/RemoteIME.java b/src/com/amlogic/inputmethod/remote/RemoteIME.java
index a44d741..33d86a0 100755
--- a/src/com/amlogic/inputmethod/remote/RemoteIME.java
+++ b/src/com/amlogic/inputmethod/remote/RemoteIME.java
@@ -938,6 +938,7 @@ public class RemoteIME extends InputMethodService {
if (null != mComposingView) mComposingView.reset();
if (resetInlineText) commitResultText("");
resetCandidateWindow();
+ setCandidatesViewShown(false);
// boolean ret = mSkbContainer.requestFocus();
// Log.d(TAG, "reset to idle:" + ret + ", hasFocus:"+mSkbContainer.hasFocus());
}