feat(polls/native): fixed scroll inside screen
This commit is contained in:
parent
b034cf27cb
commit
dbcbafe088
|
@ -36,6 +36,7 @@ const PollsPane = (props: AbstractProps) => {
|
|||
return (
|
||||
<JitsiScreen
|
||||
contentContainerStyle = { chatStyles.pollPane }
|
||||
disableForcedKeyboardDismiss = { !createMode }
|
||||
hasTabNavigator = { true }
|
||||
style = { chatStyles.pollPaneContainer }>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue