Skip to content

Conversation

@goderbauer
Copy link
Member

Fixes #18015

/cc @yjbanov

_semanticsHandles = null;
}

int _semanticsHandles;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use a more specific name. As is it implies the current number of semantic handles, while you want to convey something like "last recorded", or "before test started".

@goderbauer goderbauer force-pushed the semanticsHandlers branch from 53685c6 to f29e196 Compare June 4, 2018 23:33
@goderbauer goderbauer merged commit 12eeb94 into flutter:master Jun 5, 2018
@goderbauer goderbauer deleted the semanticsHandlers branch June 5, 2018 19:25
@goderbauer goderbauer added framework flutter/packages/flutter repository. See also f: labels. a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) labels Feb 22, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"A SemanticsHandle was active at the end of the test" for even the simplest of tests

3 participants