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

Commit 66dd163f authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Drop duplicate getInstance call

Bug: 205676419
Test: make
Change-Id: I33797fd81b7539ba56e8355f602d894fa68f3e29
parent f182c25d
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);