diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index 98549081c..0a823bef6 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -217,6 +217,15 @@ class RoomsListView extends React.Component): boolean { + // TODO: This COULD work, because when we pop from RoomView, we're going to update the sub + // But we need to check if it's really working + if (nextProps.navigation.isFocused()) { + return true; + } + return false; + } + componentDidUpdate(prevProps: IRoomsListViewProps) { const { sortBy,