Various improvements

This commit is contained in:
Ilya Laktyushin
2023-12-13 01:00:55 +04:00
parent 44b0464161
commit ef28f034d8
47 changed files with 1703 additions and 411 deletions

View File

@@ -230,7 +230,7 @@ final class ContextResultPanelComponent: Component {
presence: nil,
selectionState: .none,
hasNext: index != peers.count - 1,
action: { [weak self] peer in
action: { [weak self] peer, _ in
guard let self, let component = self.component else {
return
}
@@ -299,7 +299,7 @@ final class ContextResultPanelComponent: Component {
presence: nil,
selectionState: .none,
hasNext: true,
action: { _ in
action: { _, _ in
}
)),
environment: {},