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

fix(filmstrip): sort alphabetically.

master
Hristo Terezov 4 лет назад
Родитель
Сommit
a2bac9c3ac

+ 1
- 1
react/features/filmstrip/components/native/Thumbnail.js Просмотреть файл

@@ -341,8 +341,8 @@ function _mapStateToProps(state, ownProps) {
341 341
 
342 342
     return {
343 343
         _audioMuted: audioTrack?.muted ?? true,
344
-        _isScreenShare: isScreenShare,
345 344
         _isFakeParticipant: participant?.isFakeParticipant,
345
+        _isScreenShare: isScreenShare,
346 346
         _local: participant?.local,
347 347
         _localVideoOwner: Boolean(ownerId === localParticipantId),
348 348
         _participantInLargeVideo: participantInLargeVideo,

+ 4
- 4
react/features/filmstrip/components/native/TileView.js Просмотреть файл

@@ -86,9 +86,9 @@ const EMPTY_ARRAY = [];
86 86
 class TileView extends PureComponent<Props> {
87 87
 
88 88
     /**
89
-     * The FlatList's viewabilityConfig.
89
+     * The styles for the content container of the FlatList.
90 90
      */
91
-    _viewabilityConfig: Object;
91
+    _contentContainerStyles: Object;
92 92
 
93 93
     /**
94 94
      * The styles for the FlatList.
@@ -96,9 +96,9 @@ class TileView extends PureComponent<Props> {
96 96
     _flatListStyles: Object;
97 97
 
98 98
     /**
99
-     * The styles for the content container of the FlatList.
99
+     * The FlatList's viewabilityConfig.
100 100
      */
101
-    _contentContainerStyles: Object;
101
+    _viewabilityConfig: Object;
102 102
 
103 103
     /**
104 104
      * Creates new TileView component.

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