Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr

This commit is contained in:
Max Li 2013-06-25 06:34:03 -04:00
parent 85331d97de
commit 16af18a9a3

View File

@ -244,8 +244,6 @@ public class BrowserToolbar implements Tabs.OnTabsChangedListener,
mTitle = (GeckoTextView) mLayout.findViewById(R.id.awesome_bar_title);
mTitlePadding = mTitle.getPaddingRight();
if (Build.VERSION.SDK_INT >= 16)
mTitle.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
mTabs = (ShapedButton) mLayout.findViewById(R.id.tabs);
mTabs.setOnClickListener(new Button.OnClickListener() {