Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update shell/platform/android/io/flutter/view/AccessibilityBridge.java
  • Loading branch information
chunhtai authored Aug 8, 2023
commit a6ec0868e06a33724d587ecbf3d30e7784432c08
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ private boolean isImportant(SemanticsNode node) {
return true;
}

// Return true if has any user action.
// Return true if it has any user action.
return (node.actions & ~systemAction) != 0;
}

Expand Down