Fix typo.
Bug: 258825825 Change-Id: I829e1fbbc053082472daa14e44bb0487c0cace67 Test: typo - refactoring only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user