...
|
...
|
@@ -240,7 +240,7 @@ export default class Section extends React.Component { |
|
|
onPressComment={this.props.onPressComment}
|
|
|
onPressLike={this.props.onPressLike}
|
|
|
onContentSizeChange={() => {
|
|
|
if (self.currentPage == 1) {
|
|
|
if (this.currentPage == 1) {
|
|
|
this.scrollableTabView && this.scrollableTabView.goToPage(this.scrollableTabView.state.currentPage);
|
|
|
}
|
|
|
}}
|
...
|
...
|
|