From 3e858ae6cd530a7370c782df89c5640f063ea40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Fri, 1 May 2020 23:33:39 +0200 Subject: [PATCH] Fix network indicator for fullscreen video. Fixes #218 --- .../VideoContainers/FullScreenView.js | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/app/src/components/VideoContainers/FullScreenView.js b/app/src/components/VideoContainers/FullScreenView.js index 05d1484..0657960 100644 --- a/app/src/components/VideoContainers/FullScreenView.js +++ b/app/src/components/VideoContainers/FullScreenView.js @@ -96,11 +96,6 @@ const FullScreenView = (props) => !consumer.remotelyPaused ); - let consumerProfile; - - if (consumer) - consumerProfile = consumer.profile; - return (
@@ -121,9 +116,25 @@ const FullScreenView = (props) =>
);