mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -245,6 +245,7 @@ final class ContextResultPanelComponent: Component {
|
||||
peer: peer,
|
||||
subtitle: peer.addressName.flatMap { "@\($0)" },
|
||||
subtitleAccessory: .none,
|
||||
presence: nil,
|
||||
selectionState: .none,
|
||||
hasNext: index != peers.count - 1,
|
||||
action: { [weak self] peer in
|
||||
@@ -313,6 +314,7 @@ final class ContextResultPanelComponent: Component {
|
||||
peer: nil,
|
||||
subtitle: "BBBBBBB",
|
||||
subtitleAccessory: .none,
|
||||
presence: nil,
|
||||
selectionState: .none,
|
||||
hasNext: true,
|
||||
action: { _ in
|
||||
|
||||
Reference in New Issue
Block a user