Skip to content

Commit

Permalink
Make SemanticsFlag and SemanticsAction be an enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Mar 31, 2023
1 parent 252f6cf commit 05916ea
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 206 deletions.
2 changes: 1 addition & 1 deletion lib/ui/platform_dispatcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ class PlatformDispatcher {
onSemanticsAction,
_onSemanticsActionZone,
nodeId,
SemanticsAction.values[action]!,
SemanticsAction.deserialize(action)!,
args,
);
}
Expand Down

0 comments on commit 05916ea

Please sign in to comment.