summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-08 19:02:33 -0700
committerYing Wang <wangying@google.com>2013-04-08 19:02:33 -0700
commit40056ae7c2757681d88d2e226c4681281bd07129 (patch)
tree3a8c8c76de23cfd30034c11f833176222fdf9fb8
parenta08d08cdea4319fb74b55289e1b4e1b1a5249bc2 (diff)
downloadPinyinIME-40056ae7c2757681d88d2e226c4681281bd07129.tar.gz
Change-Id: I84d5addf805e5c917dca70ee41a62016fad08411
-rw-r--r--src/com/android/inputmethod/pinyin/PinyinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/inputmethod/pinyin/PinyinIME.java b/src/com/android/inputmethod/pinyin/PinyinIME.java
index 9ac2c2d..8a21858 100644
--- a/src/com/android/inputmethod/pinyin/PinyinIME.java
+++ b/src/com/android/inputmethod/pinyin/PinyinIME.java
@@ -1217,7 +1217,7 @@ public class PinyinIME extends InputMethodService {
launchSettings();
break;
case 1:
- InputMethodManager.getInstance(PinyinIME.this)
+ InputMethodManager.getInstance()
.showInputMethodPicker();
break;
}