forked from organicmaps/organicmaps
Fixed deeplink on iOS
This commit is contained in:
parent
cc5d86c214
commit
0f668dd297
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ RideRequestLinks Api::GetRideRequestLinks(std::string const & productId, ms::Lat
|
|||
<< from.lat << "&startlon=" << from.lon << "&endlat=" << to.lat << "&endlon=" << to.lon;
|
||||
#endif
|
||||
|
||||
return {deepLink.str(), ""};
|
||||
return {deepLink.str(), deepLink.str()};
|
||||
}
|
||||
|
||||
void MakeFromJson(std::string const & src, std::vector<taxi::Product> & products)
|
||||
|
|
Loading…
Add table
Reference in a new issue