mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -165,10 +165,11 @@ void AddExpandablePeerList(
|
||||
const auto it = map.find(peer->id);
|
||||
return (it == map.end() || !it->second)
|
||||
? richName
|
||||
: TextWithEntities(
|
||||
(u"(%1) "_q).arg(it->second)).append(richName);
|
||||
: TextWithEntities{
|
||||
(u"(%1) "_q).arg(it->second)
|
||||
}.append(richName);
|
||||
})
|
||||
: std::move(name),
|
||||
: std::move(name) | rpl::type_erased(),
|
||||
st::defaultBoxCheckbox,
|
||||
std::make_unique<Ui::CheckView>(
|
||||
st::defaultCheck,
|
||||
|
Reference in New Issue
Block a user