| commit | 865b97761cc58053f45a8b06b531d60d8e482c3a | [log] [tgz] |
|---|---|---|
| author | satok <satok@google.com> | Fri Jan 21 02:45:06 2011 +0900 |
| committer | satok <satok@google.com> | Fri Jan 21 12:28:01 2011 +0900 |
| tree | 6216a1909755a6a19d7e138ce63f4a469e8329e4 | |
| parent | 4c4332250d9e6d2cb746625cc232052561c4d450 [diff] [blame] |
Show ime switch icon when there is a hard keyboard Change-Id: Ife3a8733b1a1bf43b195ecf4b8c5082b6538d0a0
diff --git a/services/java/com/android/server/InputMethodManagerService.java b/services/java/com/android/server/InputMethodManagerService.java index 4d40620..4d7d557 100644 --- a/services/java/com/android/server/InputMethodManagerService.java +++ b/services/java/com/android/server/InputMethodManagerService.java
@@ -1150,9 +1150,11 @@ if (!mIWindowManager.inputMethodClientHasFocus(client)) { if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid " + uid + ": " + client); + mStatusBar.setIMEButtonVisible(mCurToken, false); return false; } } catch (RemoteException e) { + mStatusBar.setIMEButtonVisible(mCurToken, false); return false; } }