mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-21 18:27:47 +00:00
feat(native-participants-pane) simplified props for hiding header with navigation
This commit is contained in:
committed by
Hristo Terezov
parent
ee101f8947
commit
24550777c6
@@ -33,8 +33,7 @@ class HelpView extends PureComponent<Props> {
|
||||
headerProps = {{
|
||||
headerLabelKey: 'helpView.header'
|
||||
}}
|
||||
modalId = { HELP_VIEW_MODAL_ID }
|
||||
showHeaderWithNavigation = { true }>
|
||||
modalId = { HELP_VIEW_MODAL_ID }>
|
||||
<WebView source = {{ uri: this.props._url }} />
|
||||
</JitsiModal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user