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

@@ -1167,7 +1167,7 @@ public final class ChatHistoryListNode: ListView, ChatHistoryNode {
self?.beganDragging?()
}
self.endedInteractiveDragging = { [weak self] in
self.endedInteractiveDragging = { [weak self] _ in
guard let strongSelf = self else {
return
}
@@ -1176,7 +1176,7 @@ public final class ChatHistoryListNode: ListView, ChatHistoryNode {
}
}
self.didEndScrolling = { [weak self] in
self.didEndScrolling = { [weak self] _ in
guard let strongSelf = self else {
return
}