Add log event for mapillary
This commit is contained in:
parent
8c9eb7cb55
commit
42823b7baf
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue