Skip to content

Commit

Permalink
Connect continueSetUpCardsViewDidAppear to showing cards event
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Dec 11, 2024
1 parent 02a940d commit c455988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/NewTabPage/ContinueSetUpModel+NewTabPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ extension HomePage.Models.ContinueSetUpModel: NewTabPageNextStepsCardsProviding
guard cards.contains(.addAppToDockMac) else {
return
}
continueSetUpCardsViewDidAppear()

Check failure on line 65 in DuckDuckGo/NewTabPage/ContinueSetUpModel+NewTabPage.swift

View workflow job for this annotation

GitHub Actions / Make Release Build

cannot find 'continueSetUpCardsViewDidAppear' in scope

Check failure on line 65 in DuckDuckGo/NewTabPage/ContinueSetUpModel+NewTabPage.swift

View workflow job for this annotation

GitHub Actions / Make Release Build

cannot find 'continueSetUpCardsViewDidAppear' in scope

Check failure on line 65 in DuckDuckGo/NewTabPage/ContinueSetUpModel+NewTabPage.swift

View workflow job for this annotation

GitHub Actions / Test (Sandbox)

cannot find 'continueSetUpCardsViewDidAppear' in scope

Check failure on line 65 in DuckDuckGo/NewTabPage/ContinueSetUpModel+NewTabPage.swift

View workflow job for this annotation

GitHub Actions / Test (Non-Sandbox)

cannot find 'continueSetUpCardsViewDidAppear' in scope
PixelKit.fire(GeneralPixel.addToDockNewTabPageCardPresented,
frequency: .uniqueByName,
includeAppVersionParameter: false)
Expand Down

0 comments on commit c455988

Please sign in to comment.