forked from vergnet/application-amicale
Fixed crash on self menu
This commit is contained in:
parent
f88c98537a
commit
d22e7bb50d
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ export default class WebSectionList extends React.PureComponent<Props, State> {
|
||||||
errorCode={ERROR_TYPE.CONNECTION_ERROR}
|
errorCode={ERROR_TYPE.CONNECTION_ERROR}
|
||||||
onRefresh={this.onRefresh}/>
|
onRefresh={this.onRefresh}/>
|
||||||
}
|
}
|
||||||
removeClippedSubviews={true}
|
|
||||||
getItemLayout={this.props.itemHeight !== null ? this.itemLayout : undefined}
|
getItemLayout={this.props.itemHeight !== null ? this.itemLayout : undefined}
|
||||||
// Animations
|
// Animations
|
||||||
onScroll={this.props.onScroll}
|
onScroll={this.props.onScroll}
|
||||||
|
|
Loading…
Reference in a new issue