feat(native-participants-pane) simplified props for hiding header with navigation

This commit is contained in:
Calin Chitu
2021-06-02 13:25:32 +03:00
committed by Hristo Terezov
parent ee101f8947
commit 24550777c6
9 changed files with 35 additions and 30 deletions

View File

@@ -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>
);