Remove the overflow menu button in fullscreen mode
It didn't work and fixing it is a bit of a project: see comment https://github.com/vector-im/element-call/issues/807
This commit is contained in:
parent
2c2aded094
commit
d7d7bee685
1 changed files with 10 additions and 8 deletions
|
@ -377,14 +377,16 @@ export function InCallView({
|
||||||
onPress={toggleScreensharing}
|
onPress={toggleScreensharing}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<OverflowMenu
|
{!maximisedParticipant && (
|
||||||
inCall
|
<OverflowMenu
|
||||||
roomIdOrAlias={roomIdOrAlias}
|
inCall
|
||||||
groupCall={groupCall}
|
roomIdOrAlias={roomIdOrAlias}
|
||||||
showInvite={joinRule === JoinRule.Public}
|
groupCall={groupCall}
|
||||||
feedbackModalState={feedbackModalState}
|
showInvite={joinRule === JoinRule.Public}
|
||||||
feedbackModalProps={feedbackModalProps}
|
feedbackModalState={feedbackModalState}
|
||||||
/>
|
feedbackModalProps={feedbackModalProps}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<HangupButton onPress={onLeave} />
|
<HangupButton onPress={onLeave} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue