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:
Adam Cohen
2013-10-04 19:02:05 -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));
}