mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr
This commit is contained in:
parent
85331d97de
commit
16af18a9a3
@ -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