mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Set name / phone texts on-demand.
This commit is contained in:
@@ -158,6 +158,7 @@ public:
|
||||
[[nodiscard]] Ui::MessageView &itemView() const {
|
||||
return _itemView;
|
||||
}
|
||||
[[nodiscard]] const Ui::Text::String &name() const;
|
||||
|
||||
private:
|
||||
friend class Ui::RowPainter;
|
||||
@@ -165,6 +166,7 @@ private:
|
||||
Key _searchInChat;
|
||||
not_null<HistoryItem*> _item;
|
||||
mutable Ui::MessageView _itemView;
|
||||
mutable Ui::Text::String _name;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user