forked from organicmaps/organicmaps
[andorid] Fixed sharing text message
This commit is contained in:
parent
9f8cd778d6
commit
44f6dfaf2a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class MapObjectShareable extends BaseShareable
|
|||
lineWithBreak(ge0Url) +
|
||||
lineWithBreak(httpUrl);
|
||||
|
||||
if (sponsored != null)
|
||||
if (sponsored != null && sponsored.getType() == Sponsored.TYPE_BOOKING)
|
||||
{
|
||||
text += lineWithBreak(activity.getString(R.string.sharing_booking)) +
|
||||
sponsored.getUrl();
|
||||
|
|
Loading…
Add table
Reference in a new issue