Bläddra i källkod

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

master
Lyubo Marinov 7 år sedan
förälder
incheckning
546651e51f
1 ändrade filer med 4 tillägg och 5 borttagningar
  1. 4
    5
      react/features/conference/components/Conference.native.js

+ 4
- 5
react/features/conference/components/Conference.native.js Visa fil

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

Laddar…
Avbryt
Spara