Various Improvements

This commit is contained in:
Ilya Laktyushin
2021-08-07 22:55:08 +03:00
parent 6b3103bafc
commit 2e989d1369
46 changed files with 1743 additions and 254 deletions

View File

@@ -1289,7 +1289,7 @@ public final class ChatListNode: ListView {
}
}
self.didEndScrolling = { [weak self] in
self.didEndScrolling = { [weak self] _ in
guard let strongSelf = self else {
return
}