Просмотр исходного кода

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

j8
Vlad Piersec 4 лет назад
Родитель
Сommit
9fd8491d04
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      react/features/conference/components/native/Conference.js

+ 2
- 2
react/features/conference/components/native/Conference.js Просмотреть файл

@@ -284,8 +284,7 @@ class Conference extends AbstractConference<Props, *> {
284 284
 
285 285
                     <LonelyMeetingExperience />
286 286
 
287
-                    { _shouldDisplayTileView ? undefined : <Filmstrip /> }
288
-                    <Toolbox />
287
+                    { _shouldDisplayTileView || <><Filmstrip /><Toolbox /></> }
289 288
                 </View>
290 289
 
291 290
                 <SafeAreaView
@@ -301,6 +300,7 @@ class Conference extends AbstractConference<Props, *> {
301 300
                 { this._renderConferenceNotification() }
302 301
 
303 302
                 { this._renderConferenceModals() }
303
+                {_shouldDisplayTileView && <Toolbox />}
304 304
             </>
305 305
         );
306 306
     }

Загрузка…
Отмена
Сохранить