Merge pull request #808 from vector-im/dbkr/remove_overflow_fullscreen
Remove the overflow menu button in fullscreen mode
This commit is contained in:
commit
891ff86b49
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