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 c0324fa90711..dd2000fbea72 100644 --- a/services/core/java/com/android/server/InputMethodManagerService.java +++ b/services/core/java/com/android/server/InputMethodManagerService.java @@ -3949,6 +3949,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (mSwitchingDialog != null) { mSwitchingDialog.dismiss(); mSwitchingDialog = null; + mSwitchingDialogTitleView = null; } updateSystemUiLocked(mCurToken, mImeWindowVis, mBackDisposition); |