[RN] Hide conference indicators on reduced UI (coding style)
This commit is contained in:
parent
79b31543c5
commit
546651e51f
|
@ -255,11 +255,10 @@ class Conference extends Component<Props> {
|
|||
<Filmstrip />
|
||||
|
||||
{/*
|
||||
* A container that automatically renders indicators such
|
||||
* as VideoQualityLabel or RecordingLabel if need be.
|
||||
*/}
|
||||
{
|
||||
!this.props._reducedUI && <ConferenceIndicators />
|
||||
* Examples of conference indicators are VideoQualityLabel
|
||||
* and RecordingLabel.
|
||||
*/
|
||||
this.props._reducedUI || <ConferenceIndicators />
|
||||
}
|
||||
</View>
|
||||
<TestConnectionInfo />
|
||||
|
|
Loading…
Reference in New Issue