Version 1.7.10: Fix group location display.

This commit is contained in:
John Preston 2019-06-24 15:31:23 +02:00
parent f77b11975b
commit adf5c8ec71
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
) | rpl::map([](const ChannelLocation *location) {
return location
? Ui::Text::Link(
location->address,
TextUtilities::SingleLine(location->address),
LocationClickHandler::Url(location->point))
: TextWithEntities();
});