浏览代码

fix(filmstrip) Fix filmstrip on RN when thumbnail reordering is disabled.

master
Jaya Allamsetty 4 年前
父节点
当前提交
042a2cb447
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/filmstrip/middleware.native.js

+ 1
- 1
react/features/filmstrip/middleware.native.js 查看文件

@@ -29,7 +29,7 @@ MiddlewareRegistry.register(store => next => action => {
29 29
         store.dispatch(setTileViewDimensions());
30 30
         break;
31 31
     case PARTICIPANT_JOINED: {
32
-        updateRemoteParticipants(store);
32
+        updateRemoteParticipants(store, action.participant?.id);
33 33
         break;
34 34
     }
35 35
     }

正在加载...
取消
保存