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

This commit is contained in:
Jaya Allamsetty 2021-09-15 11:59:06 -04:00 committed by Дамян Минков
parent a8f281a43e
commit 042a2cb447
1 changed files with 1 additions and 1 deletions

View File

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