From 937c74f49e286f5e03dbbdb6eae89eb78bd0185a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 21 Dec 2018 12:46:39 +0100 Subject: [PATCH] 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. --- react/features/filmstrip/components/native/Thumbnail.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react/features/filmstrip/components/native/Thumbnail.js b/react/features/filmstrip/components/native/Thumbnail.js index ff0cfd5de..c519847e0 100644 --- a/react/features/filmstrip/components/native/Thumbnail.js +++ b/react/features/filmstrip/components/native/Thumbnail.js @@ -137,7 +137,8 @@ class Thumbnail extends Component { participant.pinned && !disablePin ? styles.thumbnailPinned : null, this.props.styleOverrides || null - ] }> + ] } + touchFeedback = { false }> { renderAudio &&