diff options
| -rw-r--r-- | services/core/java/com/android/server/InputMethodManagerService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/InputMethodManagerService.java b/services/core/java/com/android/server/InputMethodManagerService.java index f678eed8305c..5b446ca11459 100644 --- a/services/core/java/com/android/server/InputMethodManagerService.java +++ b/services/core/java/com/android/server/InputMethodManagerService.java @@ -3950,6 +3950,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (mSwitchingDialog != null) { mSwitchingDialog.dismiss(); mSwitchingDialog = null; + mSwitchingDialogTitleView = null; } updateSystemUiLocked(mCurToken, mImeWindowVis, mBackDisposition); |