Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +1 −2 Original line number Diff line number Diff line Loading @@ -3560,8 +3560,7 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub ImeTracker.forLogging().onProgress(statsToken, ImeTracker.PHASE_SERVER_HAS_IME); mCurStatsToken = null; if (!Flags.useHandwritingListenerForTooltype() && lastClickToolType != MotionEvent.TOOL_TYPE_UNKNOWN) { if (lastClickToolType != MotionEvent.TOOL_TYPE_UNKNOWN) { curMethod.updateEditorToolType(lastClickToolType); } mVisibilityApplier.performShowIme(windowToken, statsToken, Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +1 −2 Original line number Diff line number Diff line Loading @@ -3560,8 +3560,7 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub ImeTracker.forLogging().onProgress(statsToken, ImeTracker.PHASE_SERVER_HAS_IME); mCurStatsToken = null; if (!Flags.useHandwritingListenerForTooltype() && lastClickToolType != MotionEvent.TOOL_TYPE_UNKNOWN) { if (lastClickToolType != MotionEvent.TOOL_TYPE_UNKNOWN) { curMethod.updateEditorToolType(lastClickToolType); } mVisibilityApplier.performShowIme(windowToken, statsToken, Loading