Merge "Fix typo."

This commit is contained in:
Kai Li
2023-02-14 03:43:31 +00:00
committed by Android (Google) Code Review

View File

@@ -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