[RN] Hide conference indicators on reduced UI (coding style)

pull/3113/head jitsi-meet_3124
Lyubo Marinov 7 years ago
parent 79b31543c5
commit 546651e51f
  1. 9
      react/features/conference/components/Conference.native.js

@ -255,11 +255,10 @@ class Conference extends Component<Props> {
<Filmstrip /> <Filmstrip />
{/* {/*
* A container that automatically renders indicators such * Examples of conference indicators are VideoQualityLabel
* as VideoQualityLabel or RecordingLabel if need be. * and RecordingLabel.
*/} */
{ this.props._reducedUI || <ConferenceIndicators />
!this.props._reducedUI && <ConferenceIndicators />
} }
</View> </View>
<TestConnectionInfo /> <TestConnectionInfo />

Loading…
Cancel
Save