mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833812: BrowserToolbar should consume events, that aren't consumed by its children. [r=mfinkle]
--HG-- extra : rebase_source : e412c542cc218a9df17a4786f5e5b41269b3a068
This commit is contained in:
parent
2c6ea06f4c
commit
825b7f352d
@ -125,6 +125,10 @@ public class BrowserToolbar implements ViewSwitcher.ViewFactory,
|
||||
layout.setVisibility(mLayout.getVisibility());
|
||||
}
|
||||
mLayout = layout;
|
||||
mLayout.setOnClickListener(new View.OnClickListener() {
|
||||
public void onClick(View v) {
|
||||
}
|
||||
});
|
||||
|
||||
mShowSiteSecurity = false;
|
||||
mShowReader = false;
|
||||
|
Loading…
Reference in New Issue
Block a user