Преглед изворни кода

rn: disable touch feedback on Thumbnail

Touch feedback manifests in some ugly black border bleeding out of the thumbnail
itself. Since we already provide feedback (be that by adding the blue border in
case of pinning, or showing the menu in case of long press) the perception is
the same, without the graphical glitch.
master
Saúl Ibarra Corretgé пре 6 година
родитељ
комит
937c74f49e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      react/features/filmstrip/components/native/Thumbnail.js

+ 2
- 1
react/features/filmstrip/components/native/Thumbnail.js Прегледај датотеку

137
                     participant.pinned && !disablePin
137
                     participant.pinned && !disablePin
138
                         ? styles.thumbnailPinned : null,
138
                         ? styles.thumbnailPinned : null,
139
                     this.props.styleOverrides || null
139
                     this.props.styleOverrides || null
140
-                ] }>
140
+                ] }
141
+                touchFeedback = { false }>
141
 
142
 
142
                 { renderAudio
143
                 { renderAudio
143
                     && <Audio
144
                     && <Audio

Loading…
Откажи
Сачувај