am a003ff14: am 4b378879: Fix issue where TalkBack would announce Apps instead of Widgets (issue 11012666)

* commit 'a003ff1420b879b43c5f97fdf439c379457b3817':
  Fix issue where TalkBack would  announce Apps instead of Widgets (issue 11012666)
This commit is contained in:
Adam Cohen
2013-10-04 19:03:53 -07:00
committed by Android Git Automerger
+1 -1
View File
@@ -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));
}