Skip to content

Commit

Permalink
Version 1.7.10: Fix group location display.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 24, 2019
1 parent f77b119 commit adf5c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/info/profile/info_profile_actions.cpp
Expand Up @@ -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();
});
Expand Down

0 comments on commit adf5c8e

Please sign in to comment.