mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Version 1.7.10: Fix group location display.
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user