mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
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) {
|
||||
return location
|
||||
? Ui::Text::Link(
|
||||
location->address,
|
||||
TextUtilities::SingleLine(location->address),
|
||||
LocationClickHandler::Url(location->point))
|
||||
: TextWithEntities();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user