mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Merge PR #1182
This commit is contained in:
commit
77ff3cb544
@ -171,6 +171,7 @@ class _CodeLabel extends StatelessWidget {
|
||||
// This helps with vertical centering on desktop
|
||||
applyHeightToFirstAscent: !isDesktop,
|
||||
),
|
||||
semanticsLabel: code?.value.characters.map((c) => '$c ' ).toString(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user