am 4b378879: Fix issue where TalkBack would announce Apps instead of Widgets (issue 11012666)
* commit '4b37887942cd546f15ac2d2a2fdee748213089dd': Fix issue where TalkBack would announce Apps instead of Widgets (issue 11012666)
This commit is contained in:
@@ -3462,7 +3462,7 @@ public class Launcher extends Activity
|
||||
text.clear();
|
||||
// Populate event with a fake title based on the current state.
|
||||
if (mState == State.APPS_CUSTOMIZE) {
|
||||
text.add(getString(R.string.all_apps_button_label));
|
||||
text.add(mAppsCustomizeTabHost.getCurrentTabView().getContentDescription());
|
||||
} else {
|
||||
text.add(getString(R.string.all_apps_home_button_label));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user