forked from organicmaps/organicmaps
[android] Fixed statistic gallery state for single catalog promo gallery in place page
This commit is contained in:
parent
e2cbe2ea97
commit
9ed6dcf717
1 changed files with 1 additions and 2 deletions
|
@ -260,8 +260,7 @@ public class CatalogPromoController implements Promo.Listener, Detachable<Activi
|
|||
place.getDescription(),
|
||||
Statistics.ParamValue.MAPSME_GUIDES));
|
||||
|
||||
Statistics.INSTANCE.trackGalleryShown(GalleryType.PROMO, GalleryState.OFFLINE,
|
||||
placement, 1);
|
||||
Statistics.INSTANCE.trackGalleryShown(GalleryType.PROMO, GalleryState.ONLINE, placement, 1);
|
||||
}
|
||||
|
||||
private void onCtaClicked(@NonNull GalleryPlacement placement, @NonNull String url)
|
||||
|
|
Loading…
Add table
Reference in a new issue