feat(native-participants-pane) added showHeaderWithNavigation prop to JitsiModal and created close button

This commit is contained in:
Calin Chitu
2021-05-14 19:03:23 +03:00
committed by Hristo Terezov
parent e0a2320d75
commit 6597bfc2aa
9 changed files with 77 additions and 17 deletions

View File

@@ -158,7 +158,8 @@ class SettingsView extends AbstractSettingsView<Props, State> {
headerLabelKey: 'settingsView.header'
}}
modalId = { SETTINGS_VIEW_ID }
onClose = { this._onClose }>
onClose = { this._onClose }
showHeaderWithNavigation = { true }>
<ScrollView>
<FormSectionAccordion
accordion = { false }