chore: removing forgotten property

This commit is contained in:
AlexAlexandre 2021-12-07 17:04:21 -03:00
parent bd34344a0c
commit 2d45e288fb
1 changed files with 0 additions and 3 deletions

View File

@ -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();
}