Fix build

This commit is contained in:
Ali
2022-11-17 01:38:41 +04:00
parent c36e158519
commit f9f194f04c
5 changed files with 59 additions and 1 deletions

View File

@@ -1966,7 +1966,7 @@ public final class ChatListNode: ListView {
}
})
self.visibleContentOffsetChanged = { [weak self] offset, transition in
self.visibleContentOffsetChanged = { [weak self] offset in
guard let strongSelf = self else {
return
}