[android] Removed 'sharing_call_action_look' usage

This commit is contained in:
Александр Зацепин 2019-05-16 16:02:10 +03:00 committed by Daria Volvenkova
parent aa06d9c6db
commit f1abe91c5d

View file

@ -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)
{