diff --git a/app/views/RoomView/List/index.tsx b/app/views/RoomView/List/index.tsx index a1b7f27f1..2cf6a74b3 100644 --- a/app/views/RoomView/List/index.tsx +++ b/app/views/RoomView/List/index.tsx @@ -132,9 +132,6 @@ class ListContainer extends React.Component { componentWillUnmount() { this.unsubscribeMessages(); - // if (this.onEndReached && this.onEndReached.stop) { - // this.onEndReached.stop(); - // } if (this.unsubscribeFocus) { this.unsubscribeFocus(); }