瀏覽代碼

fix(notifications) Fix recording start notif not disappearing

master
hmuresan 3 年之前
父節點
當前提交
6a6146727f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/recording/actions.any.js

+ 1
- 1
react/features/recording/actions.any.js 查看文件

@@ -204,7 +204,7 @@ export function showStartedRecordingNotification(
204 204
             }
205 205
         }
206 206
 
207
-        dispatch(showNotification(dialogProps));
207
+        dispatch(showNotification(dialogProps, NOTIFICATION_TIMEOUT));
208 208
     };
209 209
 }
210 210
 

Loading…
取消
儲存