fix(recording): support passing styles in firefox

Using an array of styles in Firefox causes an error
that triggers jitsi-meet to redirect to a static page.
This commit is contained in:
Leonard Kim 2019-02-14 10:38:40 -08:00 committed by Zoltan Bettenbuk
parent 877cea59e7
commit d872728966
1 changed files with 4 additions and 4 deletions

View File

@ -144,10 +144,10 @@ class StartRecordingDialogContent extends Component<Props> {
style = { styles.header }>
<Text
className = 'recording-title'
style = { [
_dialogStyles.text,
styles.title
] }>
style = {{
..._dialogStyles.text,
...styles.title
}}>
{ t('recording.authDropboxText') }
</Text>
<Switch