Showing
1 changed file
with
1 additions
and
1 deletions
@@ -240,7 +240,7 @@ export default class Section extends React.Component { | @@ -240,7 +240,7 @@ export default class Section extends React.Component { | ||
240 | onPressComment={this.props.onPressComment} | 240 | onPressComment={this.props.onPressComment} |
241 | onPressLike={this.props.onPressLike} | 241 | onPressLike={this.props.onPressLike} |
242 | onContentSizeChange={() => { | 242 | onContentSizeChange={() => { |
243 | - if (self.currentPage == 1) { | 243 | + if (this.currentPage == 1) { |
244 | this.scrollableTabView && this.scrollableTabView.goToPage(this.scrollableTabView.state.currentPage); | 244 | this.scrollableTabView && this.scrollableTabView.goToPage(this.scrollableTabView.state.currentPage); |
245 | } | 245 | } |
246 | }} | 246 | }} |
-
Please register or login to post a comment