Add firebase event on context menu opening
This commit is contained in:
parent
8ce1f00867
commit
e7ff0cdddf
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue