misc: don't show a warning on Safari with VP8

This commit is contained in:
Saúl Ibarra Corretgé 2019-04-02 08:50:36 +02:00 committed by Saúl Ibarra Corretgé
parent 21c0745504
commit 9625be1db3
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) {
&& !browser.isFirefox()
&& !browser.isNWJS()
&& !browser.isElectron()
&& !(browser.isSafariWithVP8() && browser.usesPlanB())
// Adding react native to the list of recommended browsers is not
// necessary for now because the function won't be executed at all