Merge "Update outdated log message" into udc-qpr-dev am: 0f779293ea

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23899549

Change-Id: I6e47ea1881fb4578ebcbb9514e1b9e92e4f75d2d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cosmin Băieș
2023-07-05 09:15:06 +00:00
committed by Automerger Merge Worker

View File

@@ -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()