Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c9e410d authored by Cosmin Băieș's avatar Cosmin Băieș
Browse files

Update outdated log message

This method was renamed from requestCursorAnchorInfo to
requestCursorUpdates a while ago, and most of the references were
renamed in [1], but this log line retained the old method name.

[1]: I75701a5a32d52283497208013c28ceb75c1adfa9

Test: n/a
Bug: 192412909
Change-Id: Idf322258e7576bf8441a5f86c4f143dcbfc62463
parent c673a7c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()