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

Commit 972d2d76 authored by Kai Li's avatar Kai Li
Browse files

Fix typo.

Bug: 258825825
Change-Id: I829e1fbbc053082472daa14e44bb0487c0cace67
Test: typo - refactoring only
parent 96753d9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3741,7 +3741,7 @@ public final class ViewRootImpl implements ViewParent,
        }

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

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

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