Skip to content

Commit 400ebf2

Browse files
committed
emoji_reaction: Pass explicitChildNodes: true in a Semantics container
This fixes a test failure when we make an upcoming refactor. (The container node's label would apparently have its children's labels appended to it...I haven't seen that behavior in manual testing on my iPhone with VoiceOver, before or after that refactor, but, shrug; this change does seem correct anyway.)
1 parent 9ab7b03 commit 400ebf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/emoji_reaction.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ class ViewReactionsUserList extends StatelessWidget {
10301030
label: zulipLocalizations.seeWhoReactedSheetUserListLabel(emojiName, userIds.length),
10311031
role: SemanticsRole.tabPanel,
10321032
container: true,
1033+
explicitChildNodes: true,
10331034
child: result);
10341035
}
10351036
}

0 commit comments

Comments
 (0)