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

Commit f31aba73 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing the build breakage due to bad merge.

Change-Id: I2804bccc44e061229c3f7b2ad9e00b9e0a0ba916
parent f79f476f
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);
            }
        }