fix(RN, Toolbox): Show full participant thumbnails in tile view
This commit is contained in:
parent
98078f9160
commit
9fd8491d04
|
@ -284,8 +284,7 @@ class Conference extends AbstractConference<Props, *> {
|
|||
|
||||
<LonelyMeetingExperience />
|
||||
|
||||
{ _shouldDisplayTileView ? undefined : <Filmstrip /> }
|
||||
<Toolbox />
|
||||
{ _shouldDisplayTileView || <><Filmstrip /><Toolbox /></> }
|
||||
</View>
|
||||
|
||||
<SafeAreaView
|
||||
|
@ -301,6 +300,7 @@ class Conference extends AbstractConference<Props, *> {
|
|||
{ this._renderConferenceNotification() }
|
||||
|
||||
{ this._renderConferenceModals() }
|
||||
{_shouldDisplayTileView && <Toolbox />}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue