Removed a extra "the" in comments in file ViewRootImpl.java

Bug: 202689392
Test: N/A
Change-Id: I974d6eb12e007d60b4a48e6e6884229823bcbb9d
This commit is contained in:
Kedar Chitnis
2021-10-12 05:34:47 +00:00
parent ebf2a40938
commit 85a3d2366e

View File

@@ -5635,7 +5635,7 @@ public final class ViewRootImpl implements ViewParent,
}
/**
* Marks the the input event as finished then forwards it to the next stage.
* Marks the input event as finished then forwards it to the next stage.
*/
protected void finish(QueuedInputEvent q, boolean handled) {
q.mFlags |= QueuedInputEvent.FLAG_FINISHED;