Always render dialogs in left pane

This commit is contained in:
Josh Perez 2021-05-19 14:32:12 -04:00 committed by Scott Nonnenberg
parent f3e207d0b0
commit 25f271e61c
3 changed files with 19 additions and 31 deletions

View file

@ -38,10 +38,6 @@ export class LeftPaneInboxHelper extends LeftPaneHelper<LeftPaneInboxPropsType>
this.pinnedConversations = pinnedConversations;
}
shouldRenderNetworkStatusAndUpdateDialog(): boolean {
return true;
}
getRowCount(): number {
const headerCount = this.hasPinnedAndNonpinned() ? 2 : 0;
const buttonCount = this.archivedConversations.length ? 1 : 0;