Skip to content

Commit

Permalink
Final pixel implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Jul 19, 2024
1 parent fadffd0 commit 5cf4cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DuckDuckGo/AutofillLoginListViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ final class AutofillLoginListViewModel: ObservableObject {
}
updateData()
setupCancellables()

if showBreakageReporter {
Pixel.fire(pixel: .autofillLoginsReportAvailable)
}
}

// MARK: Public Methods
Expand Down

0 comments on commit 5cf4cda

Please sign in to comment.