Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #12600 - remove AddonInstalled event when the permission dialog i…
Browse files Browse the repository at this point in the history
…s shown (#12601) r=csadilek,sblatz
  • Loading branch information
jhugman authored Jul 16, 2020
1 parent 9373e7f commit 3373f8b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class AddonsManagementFragment : Fragment(R.layout.fragment_add_ons_management)
onPositiveButtonClicked = onPositiveButtonClicked
)
dialog.show(parentFragmentManager, PERMISSIONS_DIALOG_FRAGMENT_TAG)
requireContext().components.analytics.metrics.track(Event.AddonInstalled(addon.id))
}
}

Expand Down

0 comments on commit 3373f8b

Please sign in to comment.