mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr
This commit is contained in:
parent
c96e6d6fc0
commit
c203244414
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user