[android] Fixed restore statistic

This commit is contained in:
Alexander Zatsepin 2018-05-16 12:14:33 +03:00 committed by Aleksey Belousov
parent cdf16bc174
commit ca83a27fab

View file

@ -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)));
}