fix bug preventing loading of out of view cells in conversations list

pull/1294/head
Audric Ackermann 5 years ago
parent e806e912a3
commit 12ec5beb95
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -269,7 +269,7 @@ export class LeftPaneContactSection extends React.Component<Props, State> {
rowHeight={64} rowHeight={64}
rowRenderer={this.renderRow} rowRenderer={this.renderRow}
width={width} width={width}
autoHeight={true} autoHeight={false}
/> />
)} )}
</AutoSizer> </AutoSizer>

@ -192,7 +192,7 @@ export class LeftPaneMessageSection extends React.Component<Props, State> {
rowHeight={64} rowHeight={64}
rowRenderer={this.renderRow} rowRenderer={this.renderRow}
width={width} width={width}
autoHeight={true} autoHeight={false}
/> />
)} )}
</AutoSizer> </AutoSizer>

Loading…
Cancel
Save