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

Commit 7866342c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Drop duplicate getInstance call"

parents 6999d217 66dd163f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5706,7 +5706,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        final PrintWriter pw = shellCommand.getOutPrintWriter();
        switch (cmd) {
            case "start":
                ImeTracing.getInstance().getInstance().startTrace(pw);
                ImeTracing.getInstance().startTrace(pw);
                break;  // proceed to the next step to update the IME client processes.
            case "stop":
                ImeTracing.getInstance().stopTrace(pw);