Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Pull request comments are addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Oct 31, 2023
1 parent 528ab60 commit f820a0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion App/iOS/Delegates/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}

if Preferences.URP.installAttributionLookupOutstanding.value == nil {
// Similarly to referral lookup set thgis prefrence if it is never set
// Similarly to referral lookup, this prefrence should be set if it is a new user
// Trigger install attribution fetch only first launch
Preferences.URP.installAttributionLookupOutstanding.value = isFirstLaunch

Expand Down
1 change: 0 additions & 1 deletion Sources/Growth/URP/UserReferralProgram.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Shared
import Preferences
import WebKit
import os.log
import iAd
import AdServices

public class UserReferralProgram {
Expand Down

0 comments on commit f820a0d

Please sign in to comment.