Преглед на файлове

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

master
Lyubo Marinov преди 7 години
родител
ревизия
546651e51f
променени са 1 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 4
    5
      react/features/conference/components/Conference.native.js

+ 4
- 5
react/features/conference/components/Conference.native.js Целия файл

@@ -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 />

Loading…
Отказ
Запис