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

This commit is contained in:
Kedar Chitnis
2021-10-20 09:30:53 +00:00
committed by Android (Google) Code Review

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;