MOBILE-3909 airnotifier: Don't show confirm before open browser
parent
5a5036c6b5
commit
d9a9c785e6
|
@ -222,7 +222,9 @@ export class AddonMessageOutputAirnotifierProvider {
|
||||||
);
|
);
|
||||||
|
|
||||||
// Don't try auto-login, admins cannot use it.
|
// Don't try auto-login, admins cannot use it.
|
||||||
CoreUtils.openInBrowser(url);
|
CoreUtils.openInBrowser(url, {
|
||||||
|
showBrowserWarning: false,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue