mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01: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.conversations.length &&
|
||||||
!this.pinnedConversations.length &&
|
!this.pinnedConversations.length &&
|
||||||
!this.archivedConversations.length;
|
!this.archivedConversations.length;
|
||||||
return (
|
return hasNoConversations || this.isAboutToSearchInAConversation;
|
||||||
hasNoConversations ||
|
|
||||||
this.isAboutToSearchInAConversation ||
|
|
||||||
Boolean(this.startSearchCounter)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shouldRecomputeRowHeights(old: Readonly<LeftPaneInboxPropsType>): boolean {
|
shouldRecomputeRowHeights(old: Readonly<LeftPaneInboxPropsType>): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user