mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-18 17:27:45 +00:00
feat(etherpad): ui fixes
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7770d59c93
commit
40128277bc
@@ -59,9 +59,11 @@ class SharedDocument extends PureComponent<Props> {
|
||||
addHeaderHeightValue = { true }
|
||||
style = { styles.sharedDocContainer }>
|
||||
<WebView
|
||||
hideKeyboardAccessoryView = { true }
|
||||
renderLoading = { this._renderLoading }
|
||||
source = {{ uri: _documentUrl }}
|
||||
startInLoadingState = { true } />
|
||||
startInLoadingState = { true }
|
||||
style = { styles.sharedDoc } />
|
||||
</JitsiScreen>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user