mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 18:57:47 +00:00
feat(rn) make status bar visible at all times
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7a9f51b01b
commit
79c4cabbad
@@ -5,8 +5,6 @@ import React, { PureComponent } from 'react';
|
||||
import { IReduxState } from '../../../app/types';
|
||||
// @ts-ignore
|
||||
import JitsiScreenWebView from '../../../base/modal/components/JitsiScreenWebView';
|
||||
// @ts-ignore
|
||||
import JitsiStatusBar from '../../../base/modal/components/JitsiStatusBar';
|
||||
import { connect } from '../../../base/redux/functions';
|
||||
// @ts-ignore
|
||||
import { renderArrowBackButton }
|
||||
@@ -65,12 +63,9 @@ class HelpView extends PureComponent<IProps> {
|
||||
*/
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<JitsiStatusBar />
|
||||
<JitsiScreenWebView
|
||||
source = { this.props._url }
|
||||
style = { styles.screenContainer } />
|
||||
</>
|
||||
<JitsiScreenWebView
|
||||
source = { this.props._url }
|
||||
style = { styles.screenContainer } />
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user