Fixed crash on self menu

這個提交存在於:
Arnaud Vergnet 2020-04-12 22:01:11 +02:00
父節點 f88c98537a
當前提交 d22e7bb50d

查看文件

@ -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}