Skip to content

Commit

Permalink
Add source parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Nov 18, 2024
1 parent e283e27 commit 6fe30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcasts/DownloadsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class DownloadsViewController: PCViewController {

lazy var bannerView: UIView = {
let banner = ManageDownloadsBannerView(dataModel: ManageDownloadsBannerModel(initialSize: "", onManageTap: { [weak self] in
Analytics.track(.freeUpSpaceManageDownloadsTapped)
Analytics.track(.freeUpSpaceManageDownloadsTapped, properties: ["source": "downloads"])
self?.navigationController?.pushViewController(DownloadedFilesViewController(), animated: true)
})).themedUIView
banner.translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit 6fe30bf

Please sign in to comment.