This repository was archived by the owner on May 1, 2024. It is now read-only.
Commit a4557b7
[Android] Fix a11y set semantic focus (#1782)
* Add SemanticExtensions SetFocus and Announce
* Add Windows Announce implementation
* Update based on feedback
* Fix SetSemanticFocus for Android
* Revert order of usings to clean up diff
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>1 parent 4b28658 commit a4557b7
File tree
1 file changed
+2
-2
lines changed- src/CommunityToolkit/Xamarin.CommunityToolkit/Extensions/Semantic
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
0 commit comments