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

Commit

Permalink
Rebase changes privacy blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Nov 2, 2022
1 parent afadcb4 commit a8b2aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import SwiftUI
import BraveUI
import BraveShared
import Data
import Onboarding

extension BrowserViewController {
func presentCookieNotificationBlockingCalloutIfNeeded() {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Onboarding/OnboardingPreferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extension Preferences {
extension Preferences {
public final class FullScreenCallout {
/// Whether the block cookie consent notices callout is shown.
static let blockCookieConsentNoticesCalloutCompleted = Option<Bool>(
public static let blockCookieConsentNoticesCalloutCompleted = Option<Bool>(
key: "fullScreenCallout.full-screen-cookie-consent-notices-callout-completed",
default: false)

Expand Down

0 comments on commit a8b2aef

Please sign in to comment.