Skip to content

Commit 8379f6d

Browse files
committed
NOMERGE 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 1d723e3 commit 8379f6d

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
@@ -1032,6 +1032,7 @@ class ViewReactionsUserList extends StatelessWidget {
10321032
label: zulipLocalizations.seeWhoReactedSheetUserListLabel(emojiName, userIds.length),
10331033
role: SemanticsRole.tabPanel,
10341034
container: true,
1035+
explicitChildNodes: true,
10351036
child: result);
10361037
}
10371038
}

0 commit comments

Comments
 (0)