From d22e7bb50d12520128f7d8f55c1290782d7fa53c Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 12 Apr 2020 22:01:11 +0200 Subject: [PATCH] Fixed crash on self menu --- src/components/Lists/WebSectionList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Lists/WebSectionList.js b/src/components/Lists/WebSectionList.js index 021c9e5..cb8c976 100644 --- a/src/components/Lists/WebSectionList.js +++ b/src/components/Lists/WebSectionList.js @@ -202,7 +202,6 @@ export default class WebSectionList extends React.PureComponent { errorCode={ERROR_TYPE.CONNECTION_ERROR} onRefresh={this.onRefresh}/> } - removeClippedSubviews={true} getItemLayout={this.props.itemHeight !== null ? this.itemLayout : undefined} // Animations onScroll={this.props.onScroll}