mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Restore scrolling
This commit is contained in:
parent
d32df29bbd
commit
21713dba35
@ -254,7 +254,7 @@ final class ChatListEmptyNode: ASDisplayNode {
|
|||||||
)),
|
)),
|
||||||
environment: {
|
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 let emptyArchiveView = emptyArchive.view {
|
||||||
if emptyArchiveView.superview == nil {
|
if emptyArchiveView.superview == nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user