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

Commit d0a151b5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix two lint warnings in IMMS" into main

parents 8a1783f1 755a500c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3023,8 +3023,8 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                Trace.traceEnd(TRACE_TAG_WINDOW_MANAGER);
                return false;
            }
            final long ident = Binder.clearCallingIdentity();
            final var userData = getUserData(userId);
            final long ident = Binder.clearCallingIdentity();
            try {
                if (DEBUG) Slog.v(TAG, "Client requesting input be shown");
                if (Flags.refactorInsetsController()) {
@@ -3460,8 +3460,8 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                }
                return false;
            }
            final long ident = Binder.clearCallingIdentity();
            final var userData = getUserData(userId);
            final long ident = Binder.clearCallingIdentity();
            try {
                Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "IMMS.hideSoftInput");
                if (DEBUG) Slog.v(TAG, "Client requesting input be hidden");