diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index 6083b25e6..5d5f474d4 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -220,8 +220,17 @@ class RoomsListView extends React.Component { console.count(`${this.constructor.name}.render calls`); - const { showServerDropdown, theme, navigation, refreshing, displayMode } = this.props; + const { showServerDropdown, theme, navigation, refreshing, displayMode, queueSize, inquiryEnabled, encryptionBanner } = + this.props; const { loading, chats, search, searching } = this.state; const height = displayMode === DisplayMode.Condensed ? ROW_HEIGHT_CONDENSED : ROW_HEIGHT; @@ -899,7 +910,7 @@ class RoomsListView extends React.Component (item.separator ? 'section' : 'item')}