Add log event for mapillary

This commit is contained in:
Alexey Kulish 2017-08-01 12:48:47 +03:00
parent 8c9eb7cb55
commit 42823b7baf

View file

@ -35,6 +35,7 @@ public class MapillaryInstallDialogFragment extends DialogFragment {
@Override
public void onClick(DialogInterface dialog, int which) {
dialog.dismiss();
mapActivity.getMyApplication().logEvent(mapActivity, "click_install_mapillary");
MapillaryPlugin.installMapillary(mapActivity.getMyApplication());
}
});