瀏覽代碼

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

This reverts commit 9625be1db3.
master
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
aefa836406
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      react/features/conference/functions.js

+ 0
- 1
react/features/conference/functions.js 查看文件

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

Loading…
取消
儲存