Add firebase event on context menu opening

This commit is contained in:
alex 2018-01-19 18:40:23 +02:00
parent 8ce1f00867
commit e7ff0cdddf

View file

@ -378,6 +378,7 @@ public class MapContextMenu extends MenuTitleController implements StateChangedL
@Nullable PointDescription pointDescription,
@Nullable Object object) {
if (init(latLon, pointDescription, object)) {
mapActivity.getMyApplication().logEvent(mapActivity, "open_context_menu");
showInternal();
}
}