mirror of https://github.com/procxx/kepka.git
Version 1.7.10: Fix group location display.
This commit is contained in:
parent
f77b11975b
commit
adf5c8ec71
|
@ -302,7 +302,7 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
|
||||||
) | rpl::map([](const ChannelLocation *location) {
|
) | rpl::map([](const ChannelLocation *location) {
|
||||||
return location
|
return location
|
||||||
? Ui::Text::Link(
|
? Ui::Text::Link(
|
||||||
location->address,
|
TextUtilities::SingleLine(location->address),
|
||||||
LocationClickHandler::Url(location->point))
|
LocationClickHandler::Url(location->point))
|
||||||
: TextWithEntities();
|
: TextWithEntities();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue