This commit is contained in:
Ali
2023-07-04 00:41:24 +02:00
parent f59df97175
commit 2bda40e936
17 changed files with 230 additions and 85 deletions

View File

@@ -404,7 +404,7 @@ public final class ChatListNavigationBar: Component {
if component.statusBarHeight < 1.0 {
headerContentY = 0.0
} else {
headerContentY = component.statusBarHeight + 12.0
headerContentY = component.statusBarHeight + 5.0
}
}
let headerContentFrame = CGRect(origin: CGPoint(x: 0.0, y: headerContentY), size: headerContentSize)
@@ -579,7 +579,7 @@ public final class ChatListNavigationBar: Component {
var contentHeight = component.statusBarHeight
if component.statusBarHeight >= 1.0 {
contentHeight += 10.0
contentHeight += 3.0
}
contentHeight += 44.0