diff --git a/Libraries/CustomComponents/ListView/ListView.js b/Libraries/CustomComponents/ListView/ListView.js index 5922a01cc..42dfa4d09 100644 --- a/Libraries/CustomComponents/ListView/ListView.js +++ b/Libraries/CustomComponents/ListView/ListView.js @@ -466,8 +466,7 @@ var ListView = React.createClass({ totalIndex++; if (this.props.renderSeparator && - rowIdx !== rowIDs.length - 1 && - sectionIdx === allRowIDs.length - 1) { + (rowIdx !== rowIDs.length - 1 || sectionIdx === allRowIDs.length - 1)) { var adjacentRowHighlighted = this.state.highlightedRow.sectionID === sectionID && ( this.state.highlightedRow.rowID === rowID ||