Removed a extra "the" in comments in file ViewRootImpl.java
Bug: 202689392 Test: N/A Change-Id: I974d6eb12e007d60b4a48e6e6884229823bcbb9d
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user