mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 750130 - Telemetry doorhanger appears then disappears when onLocationChange is fired during startup. r=bnicholson a=android-only
This commit is contained in:
parent
c9074a8385
commit
79c4548e66
@ -416,7 +416,10 @@ var BrowserApp = {
|
||||
link: {
|
||||
label: learnMoreLabel,
|
||||
url: learnMoreUrl
|
||||
}
|
||||
},
|
||||
// We're adding this doorhanger during startup, before the initial onLocationChange
|
||||
// event fires, so we need to set persistence to make sure it doesn't disappear.
|
||||
persistence: 1
|
||||
};
|
||||
NativeWindow.doorhanger.show(message, "telemetry-optin", buttons, this.selectedTab.id, options);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user