misc: don't show a warning on Safari with VP8
This commit is contained in:
parent
21c0745504
commit
9625be1db3
|
@ -21,6 +21,7 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) {
|
||||||
&& !browser.isFirefox()
|
&& !browser.isFirefox()
|
||||||
&& !browser.isNWJS()
|
&& !browser.isNWJS()
|
||||||
&& !browser.isElectron()
|
&& !browser.isElectron()
|
||||||
|
&& !(browser.isSafariWithVP8() && browser.usesPlanB())
|
||||||
|
|
||||||
// Adding react native to the list of recommended browsers is not
|
// Adding react native to the list of recommended browsers is not
|
||||||
// necessary for now because the function won't be executed at all
|
// necessary for now because the function won't be executed at all
|
||||||
|
|
Loading…
Reference in New Issue