Fix build with Xcode.

This commit is contained in:
John Preston 2024-11-28 21:08:47 +04:00
parent 18aaf3cc93
commit cef43e7f06

View file

@ -165,10 +165,11 @@ void AddExpandablePeerList(
const auto it = map.find(peer->id); const auto it = map.find(peer->id);
return (it == map.end() || !it->second) return (it == map.end() || !it->second)
? richName ? richName
: TextWithEntities( : TextWithEntities{
(u"(%1) "_q).arg(it->second)).append(richName); (u"(%1) "_q).arg(it->second)
}.append(richName);
}) })
: std::move(name), : std::move(name) | rpl::type_erased(),
st::defaultBoxCheckbox, st::defaultBoxCheckbox,
std::make_unique<Ui::CheckView>( std::make_unique<Ui::CheckView>(
st::defaultCheck, st::defaultCheck,