Bug 1823376 - Return early after calling launchWithURI without prompt. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D172997
This commit is contained in:
Paul Zuehlcke 2023-03-21 11:55:50 +00:00
Родитель c2a9cc3dc2
Коммит 615b7caa03
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -74,6 +74,7 @@ export class nsContentDispatchChooser {
) {
try {
aHandler.launchWithURI(aURI, aBrowsingContext);
return;
} catch (error) {
// We are not supposed to ask, but when file not found the user most likely
// uninstalled the application which handles the uri so we will continue