forked from organicmaps/organicmaps
[ios] Added loggin when bookmark is creating.
This commit is contained in:
parent
dcbd93f914
commit
d48f5e9da4
3 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ static NSString * const kStatBack = @"Back";
|
|||
static NSString * const kStatBanner = @"banner";
|
||||
static NSString * const kStatBicycle = @"Bicycle";
|
||||
static NSString * const kStatBooking = @"Booking.com";
|
||||
static NSString * const kStatBookmarkCreated = @"Bookmark. Bookmark created"
|
||||
static NSString * const kStatBookmarks = @"Bookmarks";
|
||||
static NSString * const kStatBuildRoute = @"Build route";
|
||||
static NSString * const kStatButton = @"Button";
|
||||
|
|
|
@ -264,6 +264,7 @@ void logSponsoredEvent(MWMPlacePageData * data, NSString * eventName)
|
|||
|
||||
- (void)addBookmark
|
||||
{
|
||||
[Statistics logEvent:kStatBookmarkCreated]
|
||||
[self.data updateBookmarkStatus:YES];
|
||||
[self.layout reloadBookmarkSection:YES];
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit edf671e62affc0bbbadc7dea3ad645896f9a5e7b
|
||||
Subproject commit 17d84174bf52bcb42cf53d62506f251862f4aa10
|
Loading…
Add table
Reference in a new issue