Using `LazyColumn` and adding `Modifier.semantics ...
# compose
m
Using
LazyColumn
and adding
Modifier.semantics { heading() }
to a
stickyHeader
with a
Text
composable doesn’t properly announce headings or move between them with Talkback. Is this a bug?