chore: removing forgotten property
This commit is contained in:
parent
bd34344a0c
commit
2d45e288fb
|
@ -132,9 +132,6 @@ class ListContainer extends React.Component<IRoomListContainerProps, any> {
|
|||
|
||||
componentWillUnmount() {
|
||||
this.unsubscribeMessages();
|
||||
// if (this.onEndReached && this.onEndReached.stop) {
|
||||
// this.onEndReached.stop();
|
||||
// }
|
||||
if (this.unsubscribeFocus) {
|
||||
this.unsubscribeFocus();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue