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:
authorAlexander Zatsepin <az@mapswithme.com>2018-08-07 14:36:14 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-08-10 20:16:14 +0300
commit49c2cc04085864d09fe29c94f6a9c04a24205ec0 (patch)
treea080adbb0bab02a70c01c824d2efb2099a0ac146 /android/src/com/mapswithme
parentc530a37729af88b455073dead352ae40a6f7be79 (diff)
[android] Fixed review notes
Diffstat (limited to 'android/src/com/mapswithme')
-rw-r--r--android/src/com/mapswithme/util/statistics/Statistics.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/util/statistics/Statistics.java b/android/src/com/mapswithme/util/statistics/Statistics.java
index 91db8f9a54..ce0f38bc90 100644
--- a/android/src/com/mapswithme/util/statistics/Statistics.java
+++ b/android/src/com/mapswithme/util/statistics/Statistics.java
@@ -1291,7 +1291,7 @@ public enum Statistics
@NonNull
private static ParameterBuilder getToolbarParams(@NonNull MainMenu.Item button)
{
- return params().add(BUTTON, button.toString().toLowerCase());
+ return params().add(BUTTON, button.name().toLowerCase());
}
public static ParameterBuilder params()