[android] Review fixes.

This commit is contained in:
Roman Romanov 2017-04-05 11:59:54 +04:00 committed by Vladimir Byko-Ianko
parent 871166ac21
commit fb5c3633e7
2 changed files with 2 additions and 2 deletions

View file

@ -508,7 +508,7 @@ public class PlacePageView extends RelativeLayout
case BOOKING_SEARCH:
if (mMapObject != null)
{
Statistics.INSTANCE.trackSearchBookingEvent(mMapObject);
Statistics.INSTANCE.trackBookingSearchEvent(mMapObject);
followUrl(mMapObject.getBookingSearchUrl());
}
break;

View file

@ -545,7 +545,7 @@ public enum Statistics
trackEvent(eventName, builder.get());
}
public void trackSearchBookingEvent(@NonNull MapObject mapObject)
public void trackBookingSearchEvent(@NonNull MapObject mapObject)
{
trackEvent(PP_SPONSORED_BOOK, LocationHelper.INSTANCE.getLastKnownLocation(),
Statistics.params()