From 9fd8491d04f3ca757688879f68958d8838583205 Mon Sep 17 00:00:00 2001 From: Vlad Piersec Date: Fri, 7 May 2021 10:58:57 +0300 Subject: [PATCH] fix(RN, Toolbox): Show full participant thumbnails in tile view --- react/features/conference/components/native/Conference.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/conference/components/native/Conference.js b/react/features/conference/components/native/Conference.js index 6e1e48071..36dc1bc6c 100644 --- a/react/features/conference/components/native/Conference.js +++ b/react/features/conference/components/native/Conference.js @@ -284,8 +284,7 @@ class Conference extends AbstractConference { - { _shouldDisplayTileView ? undefined : } - + { _shouldDisplayTileView || <> } { { this._renderConferenceNotification() } { this._renderConferenceModals() } + {_shouldDisplayTileView && } ); }