diff --git a/app/components/post_list/post_list.js b/app/components/post_list/post_list.js index 2ac13bf48..3972e49fe 100644 --- a/app/components/post_list/post_list.js +++ b/app/components/post_list/post_list.js @@ -176,7 +176,6 @@ export default class PostList extends PureComponent { {...refreshControl} renderItem={this.renderItem} theme={theme} - keyboardShouldPersistTaps='handled' /> ); }