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

Commit 0081e911 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Fix unnecessarily non-static inner class to static inner" into lmp-dev

parents a08c1f6a 8c6d477d
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;