MOBILE-3909 airnotifier: Don't show confirm before open browser

main
Dani Palou 2022-02-01 16:00:41 +01:00
parent 5a5036c6b5
commit d9a9c785e6
1 changed files with 3 additions and 1 deletions

View File

@ -222,7 +222,9 @@ export class AddonMessageOutputAirnotifierProvider {
);
// Don't try auto-login, admins cannot use it.
CoreUtils.openInBrowser(url);
CoreUtils.openInBrowser(url, {
showBrowserWarning: false,
});
},
},
],