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

Relanded because bug 887020 accidentally reverted this patch.
This commit is contained in:
Max Li 2013-06-29 17:18:38 -04:00
Родитель 0d9e8dfecc
Коммит 539909bb77
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -202,8 +202,6 @@ public class BrowserToolbar extends GeckoRelativeLayout
mTitle = (GeckoTextView) findViewById(R.id.awesome_bar_title);
mTitlePadding = mTitle.getPaddingRight();
if (Build.VERSION.SDK_INT >= 16)
mTitle.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
mTabs = (ShapedButton) findViewById(R.id.tabs);
mTabsCounter = (TabCounter) findViewById(R.id.tabs_counter);