Merge pull request #808 from vector-im/dbkr/remove_overflow_fullscreen

Remove the overflow menu button in fullscreen mode
This commit is contained in:
David Baker 2022-12-22 13:28:14 +00:00 committed by GitHub
commit 891ff86b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,6 +377,7 @@ export function InCallView({
onPress={toggleScreensharing}
/>
)}
{!maximisedParticipant && (
<OverflowMenu
inCall
roomIdOrAlias={roomIdOrAlias}
@ -385,6 +386,7 @@ export function InCallView({
feedbackModalState={feedbackModalState}
feedbackModalProps={feedbackModalProps}
/>
)}
<HangupButton onPress={onLeave} />
</div>
);