From fe24473b02426e8bb44f8274fe9d41d72d73dc93 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 4 Jul 2023 00:46:28 +0200 Subject: [PATCH] Adjust layout --- .../ChatListHeaderComponent/Sources/ChatListNavigationBar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Components/ChatListHeaderComponent/Sources/ChatListNavigationBar.swift b/submodules/TelegramUI/Components/ChatListHeaderComponent/Sources/ChatListNavigationBar.swift index 749e87d944..82925bfecd 100644 --- a/submodules/TelegramUI/Components/ChatListHeaderComponent/Sources/ChatListNavigationBar.swift +++ b/submodules/TelegramUI/Components/ChatListHeaderComponent/Sources/ChatListNavigationBar.swift @@ -145,7 +145,7 @@ public final class ChatListNavigationBar: Component { public static let searchScrollHeight: CGFloat = 52.0 public static let storiesScrollHeight: CGFloat = { - return 79.0 + return 83.0 }() public final class View: UIView {