Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1754602

Browse files
committed
Increase CONTROLS_HIDE_DELAY
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 03a8308 commit 1754602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/voip/CallView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function exitFullscreen() {
102102
if (exitMethod) exitMethod.call(document);
103103
}
104104

105-
const CONTROLS_HIDE_DELAY = 1000;
105+
const CONTROLS_HIDE_DELAY = 2000;
106106
// Height of the header duplicated from CSS because we need to subtract it from our max
107107
// height to get the max height of the video
108108
const CONTEXT_MENU_VPADDING = 8; // How far the context menu sits above the button (px)

0 commit comments

Comments
 (0)