Fix typo.

Bug: 258825825
Change-Id: I829e1fbbc053082472daa14e44bb0487c0cace67
Test: typo - refactoring only
This commit is contained in:
Kai Li
2023-02-13 09:58:04 +08:00
parent 96753d9f5b
commit 972d2d7686

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