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

Commit ff35661b authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Fixing the build breakage due to bad merge."

parents 876e7008 f31aba73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4521,7 +4521,7 @@ public final class ViewRootImpl extends Handler implements ViewParent,
            ViewRootImpl viewRootImpl = mViewRootImpl.get();
            if (viewRootImpl != null && viewRootImpl.mView != null) {
                viewRootImpl.getAccessibilityInteractionController()
                    .findAccessibilityNodeInfosByViewTextClientThread(text, accessibilityNodeId,
                    .findAccessibilityNodeInfosByTextClientThread(text, accessibilityNodeId,
                            interactionId, callback, interrogatingPid, interrogatingTid);
            }
        }