mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 887930 - [fig] Open in New Tab from context menu switches to tab, r=sriram, f=margaret
This commit is contained in:
parent
35c6cefab7
commit
7638f6aa42
@ -128,7 +128,7 @@ class HomeFragment extends Fragment {
|
||||
break;
|
||||
}
|
||||
|
||||
int flags = Tabs.LOADURL_NEW_TAB;
|
||||
int flags = Tabs.LOADURL_NEW_TAB | Tabs.LOADURL_BACKGROUND;
|
||||
if (item.getItemId() == R.id.open_private_tab)
|
||||
flags |= Tabs.LOADURL_PRIVATE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user