Authored by 李犇

去除onChangeVisibleRows方法的调用(猜你喜欢提示)——review by 于良

... ... @@ -766,9 +766,6 @@ export default class Home extends Component {
}}
renderFooter={this._renderFooter}
onScroll={this._onScroll}
onChangeVisibleRows={this._onChangeVisibleRows}
onMomentumScrollBegin={this._onMomentumScrollBegin}
onMomentumScrollEnd={this._onMomentumScrollEnd}
/>
}
... ...