Skip to content

Commit

Permalink
Fire pixel when editing favorite from action message
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Sep 27, 2024
1 parent 714ed05 commit af370a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/NewTabPageViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ final class NewTabPageViewController: UIHostingController<NewTabPageView>, NewTa
ActionMessageView.present(message: message, actionTitle: UserText.actionGenericEdit) { [weak self] in
guard let self else { return }

Pixel.fire(pixel: .addFavoriteToastEdit)
self.delegate?.newTabPageDidEditFavorite(self, favorite: favorite)
} onDidDismiss: {

Expand Down

0 comments on commit af370a8

Please sign in to comment.