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

fix(RN, Toolbox): Show full participant thumbnails in tile view

j8
Vlad Piersec преди 4 години
родител
ревизия
9fd8491d04
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      react/features/conference/components/native/Conference.js

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

284
 
284
 
285
                     <LonelyMeetingExperience />
285
                     <LonelyMeetingExperience />
286
 
286
 
287
-                    { _shouldDisplayTileView ? undefined : <Filmstrip /> }
288
-                    <Toolbox />
287
+                    { _shouldDisplayTileView || <><Filmstrip /><Toolbox /></> }
289
                 </View>
288
                 </View>
290
 
289
 
291
                 <SafeAreaView
290
                 <SafeAreaView
301
                 { this._renderConferenceNotification() }
300
                 { this._renderConferenceNotification() }
302
 
301
 
303
                 { this._renderConferenceModals() }
302
                 { this._renderConferenceModals() }
303
+                {_shouldDisplayTileView && <Toolbox />}
304
             </>
304
             </>
305
         );
305
         );
306
     }
306
     }

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