forked from organicmaps/organicmaps
[android] Fixed restore statistic
This commit is contained in:
parent
cdf16bc174
commit
ca83a27fab
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue