fix #1715: storage authentication in Epiphany browser

This commit is contained in:
antelle 2021-03-01 18:06:45 +01:00
parent c4ec91f61a
commit ace18f9d95
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 9 additions and 10 deletions

View File

@ -1,6 +1,5 @@
import { Events } from 'framework/events';
import { Launcher } from 'comp/launcher';
import { Features } from 'util/features';
import { Alerts } from 'comp/ui/alerts';
import { Timeouts } from 'const/timeouts';
import { Locale } from 'util/locale';
@ -46,15 +45,13 @@ const PopupNotifier = {
Timeouts.CheckWindowClosed
);
} else {
if (Features.isiOS) {
const loc = PopupNotifier.tryGetLocationSearch(win);
if (loc) {
try {
win.close();
} catch {}
PopupNotifier.triggerClosed(win, loc);
return;
}
const loc = PopupNotifier.tryGetLocationSearch(win);
if (loc) {
try {
win.close();
} catch {}
PopupNotifier.triggerClosed(win, loc);
return;
}
PopupNotifier.deferCheckClosed(win);
}

View File

@ -18,6 +18,8 @@ Release notes
##### v1.16.8 (TBD)
`-` fix #1726: search in protected fields
`-` fix #1713: OneDrive authentication on web
`-` fix #1715: storage authentication in Epiphany browser
`-` fix #1711: storage authentication in iOS
##### v1.16.7 (2020-12-31)
`-` fix #1671: new lines removal issue in notes