Merge "Update outdated log message" into udc-qpr-dev
This commit is contained in:
@@ -1118,7 +1118,7 @@ final class RemoteInputConnectionImpl extends IRemoteInputConnection.Stub {
|
|||||||
@InputConnection.CursorUpdateFilter int cursorUpdateFilter, int imeDisplayId) {
|
@InputConnection.CursorUpdateFilter int cursorUpdateFilter, int imeDisplayId) {
|
||||||
final InputConnection ic = getInputConnection();
|
final InputConnection ic = getInputConnection();
|
||||||
if (ic == null || !isActive()) {
|
if (ic == null || !isActive()) {
|
||||||
Log.w(TAG, "requestCursorAnchorInfo on inactive InputConnection");
|
Log.w(TAG, "requestCursorUpdates on inactive InputConnection");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (mParentInputMethodManager.mRequestCursorUpdateDisplayIdCheck.get()
|
if (mParentInputMethodManager.mRequestCursorUpdateDisplayIdCheck.get()
|
||||||
|
|||||||
Reference in New Issue
Block a user