Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2020-10-19 15:20:28 +0300
committerGitHub <noreply@github.com>2020-10-19 15:20:28 +0300
commit0a230d5e562a99eda84a94e423717c69bac9bea4 (patch)
tree2f1fe2f8bbef52e96ed65825ffa9615365810aa0 /src
parentd4cc80a1e731cfadbd4afce00e683bd24502c47f (diff)
parent4b38a10dd6b3202cbbb8fbac3b0359e2b2976dcf (diff)
Merge pull request #4383 from nextcloud/fix-follow-already-promoted
Don't render extra videos when selecting promoted
Diffstat (limited to 'src')
-rw-r--r--src/components/CallView/CallView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CallView/CallView.vue b/src/components/CallView/CallView.vue
index 2ffb2564a..e656d7947 100644
--- a/src/components/CallView/CallView.vue
+++ b/src/components/CallView/CallView.vue
@@ -269,7 +269,7 @@ export default {
// Show selected video (other than local)
showSelected() {
- return !this.isGrid && this.hasSelectedVideo && !this.showLocalScreen && !this.showLocalVideo
+ return !this.isGrid && this.hasSelectedVideo && !this.showLocalScreen && !this.showLocalVideo && !this.showRemoteScreen
},
// Show the current automatically promoted video