Skip to content

Commit

Permalink
Update shell/platform/android/io/flutter/view/AccessibilityBridge.java
Browse files Browse the repository at this point in the history
Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>
  • Loading branch information
hannah-hyj and chunhtai authored May 11, 2023
1 parent cd836c2 commit ad51c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public void onLongPress(int nodeId) {
sendAccessibilityEvent(nodeId, AccessibilityEvent.TYPE_VIEW_LONG_CLICKED);
}

/** The user has requested focus on the given {@code nodeId}. */
/** The framework has requested focus on the given {@code nodeId}. */
@Override
public void onFocus(int nodeId) {
sendAccessibilityEvent(nodeId, AccessibilityEvent.TYPE_VIEW_FOCUSED);
Expand Down

0 comments on commit ad51c37

Please sign in to comment.