fix(filmstrip) Fix filmstrip on RN when thumbnail reordering is disabled.
This commit is contained in:
parent
a8f281a43e
commit
042a2cb447
|
@ -29,7 +29,7 @@ MiddlewareRegistry.register(store => next => action => {
|
|||
store.dispatch(setTileViewDimensions());
|
||||
break;
|
||||
case PARTICIPANT_JOINED: {
|
||||
updateRemoteParticipants(store);
|
||||
updateRemoteParticipants(store, action.participant?.id);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue