mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
del: windowMode$ from public callViewModel
replace with edgeToEdge$
This commit is contained in:
@@ -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$);
|
||||
|
||||
Reference in New Issue
Block a user