mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-21 18:27:15 +00:00
Let users search and go back to a small left pane
This commit is contained in:
@@ -245,11 +245,7 @@ export class LeftPaneInboxHelper extends LeftPaneHelper<LeftPaneInboxPropsType>
|
||||
!this.conversations.length &&
|
||||
!this.pinnedConversations.length &&
|
||||
!this.archivedConversations.length;
|
||||
return (
|
||||
hasNoConversations ||
|
||||
this.isAboutToSearchInAConversation ||
|
||||
Boolean(this.startSearchCounter)
|
||||
);
|
||||
return hasNoConversations || this.isAboutToSearchInAConversation;
|
||||
}
|
||||
|
||||
shouldRecomputeRowHeights(old: Readonly<LeftPaneInboxPropsType>): boolean {
|
||||
|
||||
Reference in New Issue
Block a user