|
@@ -180,7 +180,7 @@ class Conference extends AbstractConference<Props, *> {
|
180
|
180
|
const { _fullscreenEnabled } = this.props;
|
181
|
181
|
var conference_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("conference_style",{that:this},{}) : {}
|
182
|
182
|
var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
|
183
|
|
- style = {webview_style}
|
|
183
|
+ // style = {webview_style}
|
184
|
184
|
// <Container style = { styles.conference }>
|
185
|
185
|
return (
|
186
|
186
|
<Container style = { {...styles.conference,...conference_style} }>
|