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

pull/9953/head jitsi-meet_6331
Jaya Allamsetty 4 years ago committed by Дамян Минков
parent a8f281a43e
commit 042a2cb447
  1. 2
      react/features/filmstrip/middleware.native.js

@ -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…
Cancel
Save