mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 22:07:47 +00:00
fix: modal keyboard avoiding view fix
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
1bd930a3cb
commit
551db30cc7
@@ -107,7 +107,7 @@ class JitsiModal extends PureComponent<Props> {
|
||||
position = { position }
|
||||
show = { _show }>
|
||||
<KeyboardAvoidingView
|
||||
behavior = 'padding'
|
||||
behavior = 'height'
|
||||
style = { [
|
||||
_headerStyles.page,
|
||||
_styles.page,
|
||||
|
||||
Reference in New Issue
Block a user