[ios] Use comaps.at for share links

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-06-13 22:30:30 +01:00
parent c280293894
commit 8e35f4e208
4 changed files with 7 additions and 5 deletions

View File

@@ -9,8 +9,8 @@
NSString * httpGe0Url(NSString * shortUrl)
{
// Replace 'cm://' with 'https://comaps.app/'
return [shortUrl stringByReplacingCharactersInRange:NSMakeRange(0, 5) withString:@"https://comaps.app/"];
// Replace 'cm://' with 'https://comaps.at/'
return [shortUrl stringByReplacingCharactersInRange:NSMakeRange(0, 5) withString:@"https://comaps.at/"];
}
@interface MWMShareActivityItem ()