From 1be33c4b293f6d3381bc39ca71fd6eca7e22954c Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Wed, 10 Jul 2024 11:36:26 -0400 Subject: [PATCH 1/2] build: Update FluxC reference to trunk Avoid references that do not belong to the trunk branch. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17fd7b7e7541..59a6676348b0 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { automatticTracksVersion = '5.1.0' gutenbergMobileVersion = 'v1.121.0-alpha1' wordPressAztecVersion = 'v2.1.3' - wordPressFluxCVersion = '3045-5fc175e4780dec098cfd04bf5eb9da7f3cce4076' + wordPressFluxCVersion = 'trunk-c670e916346bdaa2379936dd8dbb6750766ca319' wordPressLoginVersion = '1.16.0' wordPressPersistentEditTextVersion = '1.0.2' wordPressUtilsVersion = '3.14.0' From db7af58eab2459d403c2bd4d510b14d068a7e87f Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Wed, 10 Jul 2024 21:25:49 +0530 Subject: [PATCH 2/2] fix-small-typo-in-docs (#20490) --- docs/talkback-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/talkback-guidelines.md b/docs/talkback-guidelines.md index 9c4c60e87356..43abbce453b9 100644 --- a/docs/talkback-guidelines.md +++ b/docs/talkback-guidelines.md @@ -215,7 +215,7 @@ To make a view focusable for accessible you can utilize : #### Focus Guidelines * It is important that you manage how focus is being set. Ensure you don't confuse keyboard focus/input focus with accessibility focus, as you can end up in a situation where you set `focusable` to true for accessibility reasons and it impacts the user experience for users using the app without TalkBack. -* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecyle so it might be difficult to get this to work properly without a hacky solution. +* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecycle so it might be difficult to get this to work properly without a hacky solution. ### Horizontal Scrolling