Loading core/java/android/inputmethodservice/InputMethodService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1256,8 +1256,10 @@ public class InputMethodService extends AbstractInputMethodService { private void updateEditorToolTypeInternal(int toolType) { if (Flags.useHandwritingListenerForTooltype()) { mLastUsedToolType = toolType; if (mInputEditorInfo != null) { mInputEditorInfo.setInitialToolType(toolType); } } onUpdateEditorToolType(toolType); } Loading Loading
core/java/android/inputmethodservice/InputMethodService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1256,8 +1256,10 @@ public class InputMethodService extends AbstractInputMethodService { private void updateEditorToolTypeInternal(int toolType) { if (Flags.useHandwritingListenerForTooltype()) { mLastUsedToolType = toolType; if (mInputEditorInfo != null) { mInputEditorInfo.setInitialToolType(toolType); } } onUpdateEditorToolType(toolType); } Loading