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

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

Merge "Always dispatch tool type for showing IME" into main

parents 3967f53d 42b03ba6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3367,6 +3367,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
            // We already called showSoftInput on the IME, no need to dispatch a new show request.
            ImeTracker.forLogging().onCancelled(statsToken,
                    ImeTracker.PHASE_SERVER_ALREADY_VISIBLE);
            maybeReportToolType(userId);
            return false;
        }
        visibilityStateComputer.requestImeVisibility(windowToken, true);