Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c6d477d authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix unnecessarily non-static inner class to static inner

Change-Id: I0c8efda6ef0bede6b5871cd651f42db82dbfbd39
parent 363c4efa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;