[RN] Hide conference indicators on reduced UI

pull/3113/head
Bettenbuk Zoltan 7 years ago committed by Lyubo Marinov
parent 7c8fa57bba
commit 79b31543c5
  1. 4
      react/features/conference/components/Conference.native.js

@ -258,7 +258,9 @@ class Conference extends Component<Props> {
* A container that automatically renders indicators such
* as VideoQualityLabel or RecordingLabel if need be.
*/}
<ConferenceIndicators />
{
!this.props._reducedUI && <ConferenceIndicators />
}
</View>
<TestConnectionInfo />

Loading…
Cancel
Save