Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2019-05-16 16:02:10 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2019-05-17 18:45:59 +0300
commitf1abe91c5dc17f51ca822eb8fb75dceef9d35fe5 (patch)
tree42cf1d3d4b3939f92a1bf6b0f6806d0b6d9255b8 /android
parentaa06d9c6db6270ec8ede8df21722a1e79b2c6350 (diff)
[android] Removed 'sharing_call_action_look' usage
Diffstat (limited to 'android')
-rw-r--r--android/src/com/mapswithme/util/sharing/MapObjectShareable.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/android/src/com/mapswithme/util/sharing/MapObjectShareable.java b/android/src/com/mapswithme/util/sharing/MapObjectShareable.java
index 8292dedfcc..224ff72714 100644
--- a/android/src/com/mapswithme/util/sharing/MapObjectShareable.java
+++ b/android/src/com/mapswithme/util/sharing/MapObjectShareable.java
@@ -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)
{