Commit fed2bed
committed
Fix missing SetIdentifierFromFlutterUpdate call in ConvertFlutterUpdate
The identifier field was added to FlutterSemanticsNode2 and
SetIdentifierFromFlutterUpdate() was implemented in the 3.41.4 update,
but the method was never called in ConvertFlutterUpdate(), causing
the identifier to be silently ignored when building the AX tree.1 parent 3a3fba3 commit fed2bed
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments