Browse Source

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

master
Lyubo Marinov 7 years ago
parent
commit
546651e51f
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      react/features/conference/components/Conference.native.js

+ 4
- 5
react/features/conference/components/Conference.native.js View File

255
                     <Filmstrip />
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
                 </View>
263
                 </View>
265
                 <TestConnectionInfo />
264
                 <TestConnectionInfo />

Loading…
Cancel
Save