Reverted change to keyboardShouldPersistTaps for post list (#858)
This commit is contained in:
parent
57c602eb79
commit
2b33618f31
1 changed files with 0 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ export default class PostList extends PureComponent {
|
|||
{...refreshControl}
|
||||
renderItem={this.renderItem}
|
||||
theme={theme}
|
||||
keyboardShouldPersistTaps='handled'
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue