mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 874bcd13b8b4 (bug 944533) for bustage on android and windows builds on a CLOSED TREE
This commit is contained in:
parent
68c755523e
commit
cad598d059
@ -1382,6 +1382,8 @@ abstract public class BrowserApp extends GeckoApp
|
||||
}
|
||||
|
||||
private void openUrlAndStopEditing(String url, String searchEngine, boolean newTab) {
|
||||
mBrowserToolbar.setProgressVisibility(true);
|
||||
|
||||
int flags = Tabs.LOADURL_NONE;
|
||||
if (newTab) {
|
||||
flags |= Tabs.LOADURL_NEW_TAB;
|
||||
|
Loading…
Reference in New Issue
Block a user