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

Commit 20a402ad authored by Kai Li's avatar Kai Li Committed by Android (Google) Code Review
Browse files

Merge "Fix typo."

parents 46cbcd13 972d2d76
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -3741,7 +3741,7 @@ public final class ViewRootImpl implements ViewParent,
        }
        }


        if (mAttachInfo.mContentCaptureEvents != null) {
        if (mAttachInfo.mContentCaptureEvents != null) {
            notifyContentCatpureEvents();
            notifyContentCaptureEvents();
        }
        }


        mIsInTraversal = false;
        mIsInTraversal = false;
@@ -3782,7 +3782,7 @@ public final class ViewRootImpl implements ViewParent,
        Trace.traceEnd(Trace.TRACE_TAG_VIEW);
        Trace.traceEnd(Trace.TRACE_TAG_VIEW);
    }
    }


    private void notifyContentCatpureEvents() {
    private void notifyContentCaptureEvents() {
        Trace.traceBegin(Trace.TRACE_TAG_VIEW, "notifyContentCaptureEvents");
        Trace.traceBegin(Trace.TRACE_TAG_VIEW, "notifyContentCaptureEvents");
        try {
        try {
            MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager
            MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager