diff options
| -rw-r--r-- | services/core/java/com/android/server/InputMethodManagerService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/InputMethodManagerService.java b/services/core/java/com/android/server/InputMethodManagerService.java index 74ae81286d11..4687e3fa54fd 100644 --- a/services/core/java/com/android/server/InputMethodManagerService.java +++ b/services/core/java/com/android/server/InputMethodManagerService.java @@ -204,7 +204,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub private boolean mNotificationShown; private final boolean mImeSelectedOnBoot; - class SessionState { + static class SessionState { final ClientState client; final IInputMethod method; |