From 6fd4b9fd3b5377e5785326b02ffa633d36b18573 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 7 Feb 2025 10:35:01 -0800 Subject: [PATCH] update control z so they show on android --- app/client/mobile/src/call/Call.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/mobile/src/call/Call.tsx b/app/client/mobile/src/call/Call.tsx index e1a94793..e4ec5dc7 100644 --- a/app/client/mobile/src/call/Call.tsx +++ b/app/client/mobile/src/call/Call.tsx @@ -124,7 +124,7 @@ export function Call() { mirror={true} objectFit={'contain'} streamURL={state.localStream.toURL()} - zOrder={2} + zOrder={state.remoteVideo ? 2 : undefined} /> )}