mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
dd68239b43
* Don't crash if there is only a single SemanticsNode Previously, the code assumed that the root SemanticsNode will allways have a child. This is not true as can be seen in the hello_world example app, which would crash when a11y is turned on. * review comment