Archived Chats: Show title (#5714)

This commit is contained in:
Alexander Zinchuk 2025-03-07 15:17:04 +01:00
parent 8484935406
commit 90057666c6

View File

@ -71,7 +71,7 @@ const ArchivedChats: FC<OwnProps> = ({
const {
shouldRender: shouldRenderTitle,
transitionClassNames: titleClassNames,
} = useShowTransitionDeprecated(!isForumPanelOpen);
} = useShowTransitionDeprecated(!isForumPanelOpen, undefined, undefined, false);
const {
shouldRenderForumPanel, handleForumPanelAnimationEnd,