forked from organicmaps/organicmaps
[android] Removed 'sharing_call_action_look' usage
This commit is contained in:
parent
aa06d9c6db
commit
f1abe91c5d
1 changed files with 5 additions and 6 deletions
|
@ -35,12 +35,11 @@ class MapObjectShareable extends BaseShareable
|
|||
{
|
||||
subject = activity.getString(R.string.bookmark_share_email_subject);
|
||||
|
||||
text = lineWithBreak(activity.getString(R.string.sharing_call_action_look)) +
|
||||
lineWithBreak(mapObject.getTitle()) +
|
||||
lineWithBreak(mapObject.getSubtitle()) +
|
||||
lineWithBreak(mapObject.getAddress()) +
|
||||
lineWithBreak(ge0Url) +
|
||||
lineWithBreak(httpUrl);
|
||||
text = lineWithBreak(mapObject.getTitle()) +
|
||||
lineWithBreak(mapObject.getSubtitle()) +
|
||||
lineWithBreak(mapObject.getAddress()) +
|
||||
lineWithBreak(ge0Url) +
|
||||
lineWithBreak(httpUrl);
|
||||
|
||||
if (sponsored != null && sponsored.getType() == Sponsored.TYPE_BOOKING)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue