diff options
| author | 2023-07-05 08:21:08 +0000 | |
|---|---|---|
| committer | 2023-07-05 08:21:08 +0000 | |
| commit | 0f779293ea4e28d1b39ecbf298c8829488514f6d (patch) | |
| tree | bbd0ad0eb32ac365ed0f887a11e3cd28ea387787 | |
| parent | 01a9c09f677e82a3c4ca454218339bb25efe0ae3 (diff) | |
| parent | 1c9e410da04dcf49beda48cab790c9211bd9438a (diff) | |
Merge "Update outdated log message" into udc-qpr-dev
| -rw-r--r-- | core/java/android/view/inputmethod/RemoteInputConnectionImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/inputmethod/RemoteInputConnectionImpl.java b/core/java/android/view/inputmethod/RemoteInputConnectionImpl.java index aa9225b79e41..e9d7b9b25d91 100644 --- a/core/java/android/view/inputmethod/RemoteInputConnectionImpl.java +++ b/core/java/android/view/inputmethod/RemoteInputConnectionImpl.java @@ -1118,7 +1118,7 @@ final class RemoteInputConnectionImpl extends IRemoteInputConnection.Stub { @InputConnection.CursorUpdateFilter int cursorUpdateFilter, int imeDisplayId) { final InputConnection ic = getInputConnection(); if (ic == null || !isActive()) { - Log.w(TAG, "requestCursorAnchorInfo on inactive InputConnection"); + Log.w(TAG, "requestCursorUpdates on inactive InputConnection"); return false; } if (mParentInputMethodManager.mRequestCursorUpdateDisplayIdCheck.get() |