Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading