Restore scrolling

This commit is contained in:
Ali 2023-07-13 23:54:32 +04:00
parent d32df29bbd
commit 21713dba35

View File

@ -254,7 +254,7 @@ final class ChatListEmptyNode: ASDisplayNode {
)),
environment: {
},
containerSize: CGSize(width: size.width, height: 1000.0)
containerSize: CGSize(width: size.width, height: size.height - 41.0)
)
if let emptyArchiveView = emptyArchive.view {
if emptyArchiveView.superview == nil {