mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 791612 - Hide other origin bar when tabs are changed. r=mfinkle
This commit is contained in:
parent
5acda0d600
commit
74d8c54bcf
@ -186,6 +186,7 @@ public class WebApp extends GeckoApp {
|
||||
@Override
|
||||
public void onTabChanged(Tab tab, Tabs.TabEvents msg, Object data) {
|
||||
switch(msg) {
|
||||
case SELECTED:
|
||||
case LOCATION_CHANGE:
|
||||
if (Tabs.getInstance().isSelectedTab(tab)) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user