Fixed crash on self menu

This commit is contained in:
Arnaud Vergnet 2020-04-12 22:01:11 +02:00
parent f88c98537a
commit d22e7bb50d

View file

@ -202,7 +202,6 @@ export default class WebSectionList extends React.PureComponent<Props, State> {
errorCode={ERROR_TYPE.CONNECTION_ERROR}
onRefresh={this.onRefresh}/>
}
removeClippedSubviews={true}
getItemLayout={this.props.itemHeight !== null ? this.itemLayout : undefined}
// Animations
onScroll={this.props.onScroll}