mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Video chat screen V2
This commit is contained in:
@@ -225,7 +225,7 @@ final class ContextResultPanelComponent: Component {
|
||||
sideInset: itemLayout.sideInset,
|
||||
title: peer.displayTitle(strings: component.strings, displayOrder: .firstLast),
|
||||
peer: peer,
|
||||
subtitle: peer.addressName.flatMap { "@\($0)" },
|
||||
subtitle: peer.addressName.flatMap { PeerListItemComponent.Subtitle(text: "@\($0)", color: .neutral) },
|
||||
subtitleAccessory: .none,
|
||||
presence: nil,
|
||||
selectionState: .none,
|
||||
@@ -294,7 +294,7 @@ final class ContextResultPanelComponent: Component {
|
||||
sideInset: sideInset,
|
||||
title: "AAAAAAAAAAAA",
|
||||
peer: nil,
|
||||
subtitle: "BBBBBBB",
|
||||
subtitle: PeerListItemComponent.Subtitle(text: "BBBBBBB", color: .neutral),
|
||||
subtitleAccessory: .none,
|
||||
presence: nil,
|
||||
selectionState: .none,
|
||||
|
||||
Reference in New Issue
Block a user