mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user