del: windowMode$ from public callViewModel

replace with edgeToEdge$
This commit is contained in:
Timo K
2026-05-20 15:00:28 +02:00
parent c9fa586db1
commit ec3b52f963
4 changed files with 2 additions and 10 deletions

View File

@@ -591,7 +591,6 @@ export const InCallView: FC<InCallViewProps> = ({
// Only hide the settings button if we have an AppBar header and we are showing the header
const footer = footerVm !== null && (
//asOverlay={edgeToEdge}
<CallFooter ref={footerRef} vm={footerVm} />
);
const allConnections = useBehavior(vm.allConnections$);