From 2d45e288fbe2ffa84162368f603862099b930997 Mon Sep 17 00:00:00 2001 From: AlexAlexandre Date: Tue, 7 Dec 2021 17:04:21 -0300 Subject: [PATCH] chore: removing forgotten property --- app/views/RoomView/List/index.tsx | 3 --- 1 file changed, 3 deletions(-) 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(); }