Skip to content

Commit

Permalink
YTM-381 set very small threshold because it is now measured in ListIt…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-skl committed Apr 6, 2017
1 parent 2e1e9d8 commit 0a91f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/issue-list/issue-list.js
Expand Up @@ -181,7 +181,7 @@ export class IssueList extends Component {
ItemSeparatorComponent={this._renderSeparator}
ListFooterComponent={this._renderListMessage}
onEndReached={loadMoreIssues}
onEndReachedThreshold={100}
onEndReachedThreshold={0.1}
/>

<QueryAssist
Expand Down

0 comments on commit 0a91f82

Please sign in to comment.