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

Commit

Permalink
Rebase Changes after Growth SPM target
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Nov 8, 2022
1 parent 1cab22c commit 76384ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 310 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension BrowserViewController {
self?.braveCore.p3aUtils.isP3AEnabled = isOn
},
linkAction: { url in
onboardingP3ACalloutController.present(OnboardingWebViewController(url: .p3aDescription), animated: true, completion: nil)
// onboardingP3ACalloutController.present(OnboardingWebViewController(url: .p3aDescription), animated: true, completion: nil)
},
primaryButtonAction: { [weak self] in
Preferences.Onboarding.p3aOnboardingShown.value = true
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ let package = Package(
"BraveCore",
"Fuzi",
"Storage",
"Growth",
.product(name: "Lottie", package: "lottie-ios")
],
resources: [
Expand Down
308 changes: 0 additions & 308 deletions Sources/Onboarding/OnboardingWebViewController.swift

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/Onboarding/Welcome/WelcomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public class WelcomeViewController: UIViewController {
self?.p3aUtilities.isP3AEnabled = isOn
},
linkAction: { url in
nextController.present(OnboardingWebViewController(url: .p3aDescription), animated: true, completion: nil)
// nextController.present(OnboardingWebViewController(url: .p3aDescription), animated: true, completion: nil)
},

primaryButtonAction: { [weak self] in
Expand Down

0 comments on commit 76384ea

Please sign in to comment.