Fixed crash on self menu
這個提交存在於:
父節點
f88c98537a
當前提交
d22e7bb50d
共有 1 個檔案被更改,包括 0 行新增 和 1 行删除
|
@ -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}
|
||||
|
|
載入中…
新增問題並參考