Browse Source

Fixed crash on self menu

Arnaud Vergnet 4 years ago
parent
commit
d22e7bb50d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/components/Lists/WebSectionList.js

+ 0
- 1
src/components/Lists/WebSectionList.js View File

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

Loading…
Cancel
Save