From ca83a27fab87b1b9cafdaccb460cb121f6cf2cac Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Wed, 16 May 2018 12:14:33 +0300 Subject: [PATCH] [android] Fixed restore statistic --- android/src/com/mapswithme/util/statistics/Statistics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/util/statistics/Statistics.java b/android/src/com/mapswithme/util/statistics/Statistics.java index 96c1fa35c5..1757d6953e 100644 --- a/android/src/com/mapswithme/util/statistics/Statistics.java +++ b/android/src/com/mapswithme/util/statistics/Statistics.java @@ -1111,7 +1111,7 @@ public enum Statistics if (result == BookmarkManager.CLOUD_BACKUP_EXISTS) return; - trackEvent(BM_SYNC_ERROR, params() + trackEvent(BM_RESTORE_PROPOSAL_ERROR, params() .add(TYPE, getTypeForRequestRestoringError(result))); }