mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
@@ -1341,7 +1341,7 @@ export function createCallViewModel$(
|
|||||||
// Layout is edge-to-edge; show/hide the footer in response to interactions
|
// Layout is edge-to-edge; show/hide the footer in response to interactions
|
||||||
return windowMode$.pipe(
|
return windowMode$.pipe(
|
||||||
switchMap((mode) => {
|
switchMap((mode) => {
|
||||||
if (mode == "pip" && platform != "desktop") {
|
if (mode === "pip" && platform !== "desktop") {
|
||||||
// No controls are shown in mobile pip as interactions are disabled
|
// No controls are shown in mobile pip as interactions are disabled
|
||||||
return of(false);
|
return of(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user