Fix unnecessarily non-static inner class to static inner
Change-Id: I0c8efda6ef0bede6b5871cd651f42db82dbfbd39
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user